mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:17:34 +00:00
Fuzzers: Add a fuzzer for roundtrip LZMA compression/decompression
This commit is contained in:
parent
a01968ee6d
commit
e2ec8f6584
2 changed files with 25 additions and 0 deletions
|
@ -36,6 +36,7 @@ add_simple_fuzzer(FuzzICCProfile LibGfx)
|
|||
add_simple_fuzzer(FuzzICOLoader LibGfx)
|
||||
add_simple_fuzzer(FuzzJPEGLoader LibGfx)
|
||||
add_simple_fuzzer(FuzzLzmaDecompression LibArchive LibCompress)
|
||||
add_simple_fuzzer(FuzzLzmaRoundtrip 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