Unverified Commit 51b0e727 by Evgeny Vereshchagin Committed by Christian Brauner

cifuzz: turn on UBsan

parent affdb4a4
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
with: with:
oss-fuzz-project-name: 'lxc' oss-fuzz-project-name: 'lxc'
fuzz-seconds: 180 fuzz-seconds: 180
dry-run: ${{ matrix.sanitizer != 'address' }} dry-run: ${{ matrix.sanitizer == 'memory' }}
sanitizer: ${{ matrix.sanitizer }} sanitizer: ${{ matrix.sanitizer }}
- name: Upload Crash - name: Upload Crash
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment