1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:44:58 +00:00

Fuzzers: Add JBIG2 fuzzer

This commit is contained in:
Nico Weber 2024-03-06 23:17:57 -05:00 committed by Andreas Kling
parent 8f4930f2df
commit dd593d16c4
3 changed files with 23 additions and 0 deletions

View file

@ -33,6 +33,7 @@
T(ICOLoader) \
T(ILBMLoader) \
T(IMAPParser) \
T(JBIG2Loader) \
T(JPEGLoader) \
T(Js) \
T(JsonParser) \