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 0388388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/apache-logging-log4cxx/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ main_repo: "https://github.com/apache/logging-log4cxx"
language: c++

fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede

sanitizers:
- address
- undefined

# 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 0388388

Please sign in to comment.