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

Lagom/Fuzzers: Add fuzzer for FLAC loader

This commit is contained in:
Luke 2021-07-12 21:55:21 +01:00 committed by Gunnar Beutner
parent bc44753adb
commit 448e8c6f45
2 changed files with 24 additions and 0 deletions

View file

@ -20,6 +20,7 @@ add_simple_fuzzer(FuzzCyrillicDecoder)
add_simple_fuzzer(FuzzDeflateCompression)
add_simple_fuzzer(FuzzDeflateDecompression)
add_simple_fuzzer(FuzzELF)
add_simple_fuzzer(FuzzFlacLoader)
add_simple_fuzzer(FuzzGemini)
add_simple_fuzzer(FuzzGIFLoader)
add_simple_fuzzer(FuzzGzipCompression)