maciejhirsz / json-rust

JSON implementation in Rust
Apache License 2.0
563 stars 63 forks source link

Fix #167 #168

Closed aembke closed 4 years ago

aembke commented 4 years ago

Fixes https://github.com/maciejhirsz/json-rust/issues/167 and prevents panics found in the stringify function when fuzzing with AFL.

Also adds a number of tests to reproduce the fuzzing results and to test the changes to the parsing logic.

maciejhirsz commented 4 years ago

Thank you!