File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,5 +13,10 @@ sanitizers:
1313architectures :
1414 - x86_64
1515 - i386
16+ fuzzing_engines :
17+ - afl
18+ - honggfuzz
19+ - libfuzzer
20+ - nallocfuzz
1621coverage_extra_args : -ignore-filename-regex=/usr/lib/jvm/.*
1722main_repo : ' https://github.com/xiph/flac.git'
Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ fuzzing_engines:
1111 - afl
1212 - honggfuzz
1313 - libfuzzer
14+ - nallocfuzz
Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ fuzzing_engines:
2020 - afl
2121 - honggfuzz
2222 - libfuzzer
23+ - nallocfuzz
2324
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ sanitizers:
88 - address
99 - undefined
1010 - memory
11+ fuzzing_engines :
12+ - afl
13+ - honggfuzz
14+ - libfuzzer
15+ - nallocfuzz
1116main_repo : ' https://github.com/ntop/nDPI.git'
1217
1318# Coverage report doesn't analyze custom mutator code (see https://github.com/google/oss-fuzz/issues/12143)
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ fuzzing_engines:
1212 - afl
1313 - honggfuzz
1414 - libfuzzer
15+ - nallocfuzz
1516main_repo : ' https://github.com/OISF/suricata.git'
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ fuzzing_engines:
1010 - afl
1111 - honggfuzz
1212 - libfuzzer
13+ - nallocfuzz
1314auto_ccs :
1415 - jonathan@titanous.com
1516 - zbyszek@in.waw.pl
You can’t perform that action at this time.
0 commit comments