ron-rs / ron

Rusty Object Notation
https://docs.rs/ron
Apache License 2.0
3.31k stars 122 forks source link

Limit fuzzer case input size to sensible sizes #535

Closed juntyr closed 5 months ago

juntyr commented 5 months ago

We're not learning anything from 900kB inputs anyways ...

This should only be merged after #534 has landed in the fuzzer results, as it should (hopefully) prevent future OOMs and timeouts that just come from huge inputs

* [ ] I've included my change in CHANGELOG.md