Files
json/test
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-12 08:58:30 -08:00
2016-10-02 11:23:47 +02:00
2019-01-13 11:29:39 +01:00