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:
parent
a00b5fc7b7
commit
7e7c65abb6
2 changed files with 17 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue