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:
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user