Skip to content

Commit 8a4e673

Browse files
committed
apache-logging-log4cxx: add more sanitizers and engines
Signed-off-by: Adam Korczynski <[email protected]>
1 parent 8fb8fe3 commit 8a4e673

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/apache-logging-log4cxx/project.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ main_repo: "https://github.com/apache/logging-log4cxx"
33
language: c++
44

55
fuzzing_engines:
6+
- afl
7+
- honggfuzz
68
- libfuzzer
9+
- centipede
710

811
sanitizers:
912
- address
13+
- undefined
14+
- memory
1015

1116
# Apache Logging Services PMC members[1] that contribute the fuzz tests.
1217
# We cannot share `[email protected]` here, since it must be associated with a Google account[2].

0 commit comments

Comments
 (0)