simdjson/include
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
..
simdjson Check for end object/array at top level 2021-02-22 09:35:21 -08:00
CMakeLists.txt Only install singleheader/simdjson.h as part of the public API 2020-05-02 01:44:11 +03:00
simdjson.h Why would you use a reference when looping? (#1422) 2021-02-01 12:30:36 -05:00