mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:17:34 +00:00
Lagom/Fuzzers: Add WAV fuzzer
This commit is contained in:
parent
a723a97750
commit
a66f96ff62
3 changed files with 47 additions and 1 deletions
|
@ -34,6 +34,7 @@ add_simple_fuzzer(FuzzShell)
|
|||
add_simple_fuzzer(FuzzTTF)
|
||||
add_simple_fuzzer(FuzzURL)
|
||||
add_simple_fuzzer(FuzzRSAKeyParsing)
|
||||
add_simple_fuzzer(FuzzWAVLoader)
|
||||
|
||||
if (NOT ENABLE_OSS_FUZZ)
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${ORIGINAL_CMAKE_EXE_LINKER_FLAGS} -fsanitize=address")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue