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:
parent
f0bf723424
commit
4f12efe191
5 changed files with 144 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue