From: Evgeny Vereshchagin Date: Sun, 28 Mar 2021 06:53:44 +0000 (+0000) Subject: cifuzz: turn on UBsan X-Git-Tag: lxc-5.0.0~233^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6fa6772e11c9d65df366181314e69e7ec1c32aa;p=thirdparty%2Flxc.git cifuzz: turn on UBsan Signed-off-by: Evgeny Vereshchagin --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 30d4e0d64..074269040 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -29,7 +29,7 @@ jobs: with: oss-fuzz-project-name: 'lxc' fuzz-seconds: 180 - dry-run: ${{ matrix.sanitizer != 'address' }} + dry-run: ${{ matrix.sanitizer == 'memory' }} sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash uses: actions/upload-artifact@v1