mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:57:36 +00:00
Fuzzers: Add fuzzer for the Tar parser
This commit is contained in:
parent
9e6475d76d
commit
9f3de0be6a
2 changed files with 40 additions and 0 deletions
|
@ -61,6 +61,7 @@ add_simple_fuzzer(FuzzSHA384 LibCrypto)
|
|||
add_simple_fuzzer(FuzzSHA512 LibCrypto)
|
||||
add_simple_fuzzer(FuzzShell LibShell)
|
||||
add_simple_fuzzer(FuzzSQLParser LibSQL)
|
||||
add_simple_fuzzer(FuzzTar LibArchive)
|
||||
add_simple_fuzzer(FuzzTTF LibGfx)
|
||||
add_simple_fuzzer(FuzzURL)
|
||||
add_simple_fuzzer(FuzzUTF16BEDecoder LibTextCodec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue