Skip to content

Commit

Permalink
apache-logging-log4cxx: add more sanitizers and engines
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Korczynski <[email protected]>
  • Loading branch information
AdamKorcz committed Jan 31, 2025
1 parent 8fb8fe3 commit 8a4e673
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/apache-logging-log4cxx/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ main_repo: "https://github.com/apache/logging-log4cxx"
language: c++

fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

sanitizers:
- address
- undefined
- memory

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

0 comments on commit 8a4e673

Please sign in to comment.