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:
parent
858c44ae1b
commit
123e9fa5d0
2 changed files with 37 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue