mirror of
https://github.com/nlohmann/json.git
synced 2026-09-27 14:20:19 +01:00
Treated the size of the range as the number of thousand separators. This logical error yielded a negative value for written_bytes and eventually an infinite loop, as written_bytes was converted to an unsigned value.