1
Fork 0
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:
Idan Horowitz 2022-10-16 12:25:16 +03:00
parent 9e6475d76d
commit 9f3de0be6a
2 changed files with 40 additions and 0 deletions

View file

@ -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)