2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-27 06:52:14 +00:00
Files
json/test/basic_parser.cpp
Dmitry Arkhipov 2acdb29a32 fix reading beyond input buffer
This fixes a rare case when the parser first suspends inside a comment,
then is given input exactly up to the newline character. Before the fix
it proceeded to read past the end of the buffer or hit an assert.
2023-08-25 19:50:20 +03:00

61 KiB