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

Meta+LibHTTP: Fuzz HTTP request parsing

This commit is contained in:
Ben Wiederhake 2020-08-30 01:02:44 +02:00 committed by Andreas Kling
parent 57c9f77921
commit 4b4f23165f
2 changed files with 42 additions and 0 deletions

View file

@ -25,6 +25,7 @@ add_simple_fuzzer(FuzzPNGLoader)
add_simple_fuzzer(FuzzPBMLoader)
add_simple_fuzzer(FuzzPGMLoader)
add_simple_fuzzer(FuzzPPMLoader)
add_simple_fuzzer(FuzzHttpRequest)
add_simple_fuzzer(FuzzJs)
add_simple_fuzzer(FuzzMarkdown)
add_simple_fuzzer(FuzzRegexECMA262)