1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:17:45 +00:00

Lagom/Fuzzers: Add fuzzer for the quoted printable decoder

This commit is contained in:
Luke 2021-07-21 02:15:01 +01:00 committed by Ali Mohammad Pur
parent a00b5fc7b7
commit 7e7c65abb6
2 changed files with 17 additions and 0 deletions

View file

@ -32,6 +32,7 @@ add_simple_fuzzer(FuzzPNGLoader)
add_simple_fuzzer(FuzzPBMLoader)
add_simple_fuzzer(FuzzPGMLoader)
add_simple_fuzzer(FuzzPPMLoader)
add_simple_fuzzer(FuzzQuotedPrintableParser)
add_simple_fuzzer(FuzzHebrewDecoder)
add_simple_fuzzer(FuzzHttpRequest)
add_simple_fuzzer(FuzzIMAPParser)