mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
bcab8d3abf
This avoids a very unlikely buffer overrun that can occur in a particular kind of invalid JSON: - the document is invalid with an unclosed top level array or object - the last thing in the document is a number that ends at EOF - the padding is filled entirely with numeric digits