Skip to content

Commit 17db608

Browse files
committed
nallocfuzz: enable for 6 projects
1 parent bba99b5 commit 17db608

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

projects/flac/project.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ sanitizers:
1313
architectures:
1414
- x86_64
1515
- i386
16+
fuzzing_engines:
17+
- afl
18+
- honggfuzz
19+
- libfuzzer
20+
- nallocfuzz
1621
coverage_extra_args: -ignore-filename-regex=/usr/lib/jvm/.*
1722
main_repo: 'https://github.com/xiph/flac.git'

projects/fluent-bit/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ fuzzing_engines:
1111
- afl
1212
- honggfuzz
1313
- libfuzzer
14+
- nallocfuzz

projects/libpng/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ fuzzing_engines:
2020
- afl
2121
- honggfuzz
2222
- libfuzzer
23+
- nallocfuzz
2324

projects/ndpi/project.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ sanitizers:
88
- address
99
- undefined
1010
- memory
11+
fuzzing_engines:
12+
- afl
13+
- honggfuzz
14+
- libfuzzer
15+
- nallocfuzz
1116
main_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)

projects/suricata/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ fuzzing_engines:
1212
- afl
1313
- honggfuzz
1414
- libfuzzer
15+
- nallocfuzz
1516
main_repo: 'https://github.com/OISF/suricata.git'

projects/systemd/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ fuzzing_engines:
1010
- afl
1111
- honggfuzz
1212
- libfuzzer
13+
- nallocfuzz
1314
auto_ccs:
1415
1516

0 commit comments

Comments
 (0)