Files
json/include/nlohmann/detail
scinart 899bd94b43 flush buffer in serializer::dump_escaped case UTF8_REJECT
serializer use fixed buffer. Whenever it is nearly full, it is flushed to `output_adapter_t<char> o`
But the code forgets to flush when there is a invalid utf8 code point
So there will be buffer overflow.
2019-01-18 20:35:48 -05:00
..
2019-01-13 15:31:22 +01:00
2019-01-13 15:31:22 +01:00
2019-01-13 15:40:49 +01:00
2019-01-13 15:31:22 +01:00
2018-10-28 09:15:41 +01:00
2018-10-07 18:39:18 +02:00