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

Lagom: Add a fuzzer for LZMA decompression

This commit is contained in:
Tim Schumacher 2023-03-07 18:36:36 +01:00 committed by Idan Horowitz
parent 858c44ae1b
commit 123e9fa5d0
2 changed files with 37 additions and 0 deletions

View file

@ -35,6 +35,7 @@ add_simple_fuzzer(FuzzGzipDecompression LibCompress)
add_simple_fuzzer(FuzzICCProfile LibGfx)
add_simple_fuzzer(FuzzICOLoader LibGfx)
add_simple_fuzzer(FuzzJPEGLoader LibGfx)
add_simple_fuzzer(FuzzLzmaDecompression LibArchive LibCompress)
add_simple_fuzzer(FuzzMatroskaReader LibVideo)
add_simple_fuzzer(FuzzMD5 LibCrypto)
add_simple_fuzzer(FuzzMP3Loader LibAudio)