maciejhirsz / json-rust

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

Fix overflow from i64::MIN #216

Open carado opened 2 months ago

carado commented 2 months ago

wrapping_neg has the correct behavior, and avoids - num from overflowing in debug builds when num == i64::MIN.