|
@@ -26,6 +26,7 @@ add_simple_fuzzer(FuzzGzipCompression)
|
|
|
add_simple_fuzzer(FuzzGzipDecompression)
|
|
|
add_simple_fuzzer(FuzzICOLoader)
|
|
|
add_simple_fuzzer(FuzzJPGLoader)
|
|
|
+add_simple_fuzzer(FuzzMD5)
|
|
|
add_simple_fuzzer(FuzzPNGLoader)
|
|
|
add_simple_fuzzer(FuzzPBMLoader)
|
|
|
add_simple_fuzzer(FuzzPGMLoader)
|
|
@@ -39,6 +40,10 @@ add_simple_fuzzer(FuzzLatin2Decoder)
|
|
|
add_simple_fuzzer(FuzzMarkdown)
|
|
|
add_simple_fuzzer(FuzzRegexECMA262)
|
|
|
add_simple_fuzzer(FuzzRegexPosixExtended)
|
|
|
+add_simple_fuzzer(FuzzSHA1)
|
|
|
+add_simple_fuzzer(FuzzSHA256)
|
|
|
+add_simple_fuzzer(FuzzSHA384)
|
|
|
+add_simple_fuzzer(FuzzSHA512)
|
|
|
add_simple_fuzzer(FuzzShell)
|
|
|
add_simple_fuzzer(FuzzSQLParser)
|
|
|
add_simple_fuzzer(FuzzTTF)
|