nautilus-fuzz / nautilus

A grammar based feedback Fuzzer
MIT License
427 stars 63 forks source link

`regex_mutator::generate()` panics #44

Open extf33 opened 1 year ago

extf33 commented 1 year ago

regex_mutator::generate() panics with the following examples

"[^+*?]+"
"[^xu]"
"[^\\\\']"
"u{[0-9a-fA-F]+}"
".*"
"\\$[a-zA-Z_]\\w*"
"\\s"