1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:37:35 +00:00

Meta: Fuzz the LibIMAP Parser

This commit is contained in:
x-yl 2021-06-01 17:28:08 +04:00 committed by Ali Mohammad Pur
parent 8c6061fc4a
commit ac712b07f9
3 changed files with 20 additions and 1 deletions

View file

@ -32,6 +32,7 @@ add_simple_fuzzer(FuzzPGMLoader)
add_simple_fuzzer(FuzzPPMLoader)
add_simple_fuzzer(FuzzHebrewDecoder)
add_simple_fuzzer(FuzzHttpRequest)
add_simple_fuzzer(FuzzIMAPParser)
add_simple_fuzzer(FuzzJs)
add_simple_fuzzer(FuzzLatin1Decoder)
add_simple_fuzzer(FuzzLatin2Decoder)