Add some fuzzers to test algorithms and data structures (#1852)

Fix some issues found with these new fuzzers
This commit is contained in:
Ivan Nardi 2023-01-17 08:31:59 +01:00 committed by GitHub
parent ebb9ebd2a0
commit 29be01ef3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
359 changed files with 897 additions and 28 deletions

View file

@ -18,7 +18,7 @@ jobs:
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'ndpi'
fuzz-seconds: 1200
fuzz-seconds: 1500
dry-run: false
sanitizer: ${{ matrix.sanitizer }}
- name: Check Crash (fails when a crash is detected)