Closed killercup closed 6 years ago
Add regex syntax target
Run it with cargo run target regex_syntax
cargo run target regex_syntax
Finds the following inputs that yield panics, some of which are also mentioned in 1:
b"(?m)?"
b"(?i)?i\x0e"
b"CBh~62\x17Y((?i))??i\x0e"
b"(?m)?90"
b"(?i)?"
r? @PaulGrandperrin
Nice, I forgot to commit the one I used to find those bugs. But I think your version is even better!
bors r+
Add regex syntax target
Run it with
cargo run target regex_syntax
Finds the following inputs that yield panics, some of which are also mentioned in 1:
b"(?m)?"
b"(?i)?i\x0e"
b"CBh~62\x17Y((?i))??i\x0e"
b"(?m)?90"
b"(?i)?"