mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:37:44 +00:00
Meta: Add Brotli fuzzer
This commit is contained in:
parent
7278ad761e
commit
1621724123
2 changed files with 25 additions and 0 deletions
|
@ -19,6 +19,7 @@ function(add_simple_fuzzer name)
|
|||
endfunction()
|
||||
|
||||
add_simple_fuzzer(FuzzBMPLoader LagomGfx)
|
||||
add_simple_fuzzer(FuzzBrotli LagomCompress)
|
||||
add_simple_fuzzer(FuzzCyrillicDecoder LagomTextCodec)
|
||||
add_simple_fuzzer(FuzzDeflateCompression LagomCompress)
|
||||
add_simple_fuzzer(FuzzDeflateDecompression LagomCompress)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue