1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 02:27:35 +00:00

Lagom: Add fuzzers for remaining image loaders: ICO, PNG, PBM, PGM

This commit is contained in:
Nico Weber 2020-11-25 09:48:52 -05:00 committed by Andreas Kling
parent f0bf723424
commit 4f12efe191
5 changed files with 144 additions and 0 deletions

View file

@ -13,7 +13,11 @@ add_simple_fuzzer(FuzzBMP)
add_simple_fuzzer(FuzzELF)
add_simple_fuzzer(FuzzGemini)
add_simple_fuzzer(FuzzGIFLoader)
add_simple_fuzzer(FuzzICOLoader)
add_simple_fuzzer(FuzzJPGLoader)
add_simple_fuzzer(FuzzPNGLoader)
add_simple_fuzzer(FuzzPBMLoader)
add_simple_fuzzer(FuzzPGMLoader)
add_simple_fuzzer(FuzzPPMLoader)
add_simple_fuzzer(FuzzJs)
add_simple_fuzzer(FuzzMarkdown)