mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:17:34 +00:00
Lagom/Fuzzers: Add fuzzer for zip file parser
This commit is contained in:
parent
e288541a9b
commit
1ff6f2b4b2
3 changed files with 46 additions and 1 deletions
|
@ -42,6 +42,7 @@ add_simple_fuzzer(FuzzURL)
|
|||
add_simple_fuzzer(FuzzUTF16BEDecoder)
|
||||
add_simple_fuzzer(FuzzRSAKeyParsing)
|
||||
add_simple_fuzzer(FuzzWAVLoader)
|
||||
add_simple_fuzzer(FuzzZip)
|
||||
add_simple_fuzzer(FuzzZlibDecompression)
|
||||
|
||||
if (NOT ENABLE_OSS_FUZZ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue