Commit a6fa6772 by Evgeny Vereshchagin

cifuzz: turn on UBsan

parent 745d6048
......@@ -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
......
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