Skip to content

Commit a2dda13

Browse files
committed
nallocfuzz: enable for 6 projects
1 parent 64299ff commit a2dda13

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
@@ -12,5 +12,10 @@ sanitizers:
1212
architectures:
1313
- x86_64
1414
- i386
15+
fuzzing_engines:
16+
- afl
17+
- honggfuzz
18+
- libfuzzer
19+
- nallocfuzz
1520
coverage_extra_args: -ignore-filename-regex=/usr/lib/jvm/.*
1621
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
@@ -10,3 +10,4 @@ fuzzing_engines:
1010
- afl
1111
- honggfuzz
1212
- libfuzzer
13+
- 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,4 +8,9 @@ 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'

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)