json-rust icon indicating copy to clipboard operation
json-rust copied to clipboard

JsonValue::as_u64 can panic

Open Yoric opened this issue 7 years ago • 0 comments

I just discovered in my code that the following lines can overflow and panic: https://docs.rs/json/0.11.13/src/json/number.rs.html#444.

Yoric avatar Apr 19 '18 10:04 Yoric