Files
simdjson-simdjson/tests
John Keiser bcab8d3abf Check for end object/array at top level
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
2021-02-22 09:35:21 -08:00
..
2021-02-21 16:33:05 -05:00
2021-02-21 16:33:05 -05:00
2020-04-09 14:21:45 -07:00
2020-04-08 14:00:13 -07:00