mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:17:34 +00:00
Lagom/Fuzzers: Add fuzzer for POSIX basic regex parser
This commit is contained in:
parent
2a1bf53435
commit
93340685ed
2 changed files with 18 additions and 0 deletions
|
@ -39,6 +39,7 @@ add_simple_fuzzer(FuzzLatin1Decoder)
|
|||
add_simple_fuzzer(FuzzLatin2Decoder)
|
||||
add_simple_fuzzer(FuzzMarkdown)
|
||||
add_simple_fuzzer(FuzzRegexECMA262)
|
||||
add_simple_fuzzer(FuzzRegexPosixBasic)
|
||||
add_simple_fuzzer(FuzzRegexPosixExtended)
|
||||
add_simple_fuzzer(FuzzSHA1)
|
||||
add_simple_fuzzer(FuzzSHA256)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue