rust-fuzz / targets

🎯 A collection of fuzzing targets written in Rust.
Creative Commons Zero v1.0 Universal
104 stars 21 forks source link

Add regex syntax target #112

Closed killercup closed 6 years ago

killercup commented 6 years ago

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:

killercup commented 6 years ago

r? @PaulGrandperrin

PaulGrandperrin commented 6 years ago

Nice, I forgot to commit the one I used to find those bugs. But I think your version is even better!

bors r+

bors[bot] commented 6 years ago

Build succeeded