2
0
mirror of git://github.com/lxc/lxc synced 2025-08-30 20:39:33 +00:00

cifuzz: turn on UBsan

Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
This commit is contained in:
Evgeny Vereshchagin
2021-03-28 06:53:44 +00:00
parent 745d60487b
commit a6fa6772e1

View File

@@ -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