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

Fuzzers: Add a fuzzer for JsonParser

This commit is contained in:
Tim Ledbetter 2023-10-22 16:03:52 +01:00 committed by Andreas Kling
parent 67ca5d6572
commit 03fbd6c0c8
3 changed files with 16 additions and 0 deletions

View file

@ -35,6 +35,7 @@
T(IMAPParser) \
T(JPEGLoader) \
T(Js) \
T(JsonParser) \
T(Latin1Decoder) \
T(Latin2Decoder) \
T(LzmaDecompression) \