rust-fuzz / targets

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

Add svgdom target #124

Closed killercup closed 6 years ago

killercup commented 6 years ago

Hasn't found any crashes yet in around 15M honggfuzz iterations. Might benefit from a corpus to start from, though.

cc @RazrFalcon

frewsxcv commented 6 years ago

bors r+

bors[bot] commented 6 years ago

Build succeeded

RazrFalcon commented 6 years ago

Hi. I've used cargo-fuzz and cargo-afl for xmlparser and svgtypes, but not for the svgdom itself.