mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
Fuzzers: Add a TinyVG fuzzer
This commit is contained in:
parent
0bdc93bca8
commit
581236b24a
3 changed files with 20 additions and 0 deletions
|
@ -50,6 +50,7 @@ set(FUZZER_TARGETS
|
|||
Tar
|
||||
TGALoader
|
||||
TTF
|
||||
TinyVGLoader
|
||||
URL
|
||||
UTF16BEDecoder
|
||||
VP9Decoder
|
||||
|
@ -118,6 +119,7 @@ set(FUZZER_DEPENDENCIES_SQLParser LibSQL)
|
|||
set(FUZZER_DEPENDENCIES_Tar LibArchive)
|
||||
set(FUZZER_DEPENDENCIES_TGALoader LibGfx)
|
||||
set(FUZZER_DEPENDENCIES_TTF LibGfx)
|
||||
set(FUZZER_DEPENDENCIES_TinyVGLoader LibGfx)
|
||||
set(FUZZER_DEPENDENCIES_UTF16BEDecoder LibTextCodec)
|
||||
set(FUZZER_DEPENDENCIES_VP9Decoder LibVideo)
|
||||
set(FUZZER_DEPENDENCIES_WasmParser LibWasm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue