1
Fork 0
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:
Luke 2021-03-27 15:04:24 +00:00 committed by Andreas Kling
parent e288541a9b
commit 1ff6f2b4b2
3 changed files with 46 additions and 1 deletions

View file

@ -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)