json/include/nlohmann
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
..
detail flush buffer in serializer::dump_escaped case UTF8_REJECT 2019-01-18 20:35:48 -05:00
adl_serializer.hpp 🚨 fixed some more linter warnings 2018-10-28 09:15:41 +01:00
json.hpp 💡 improved documentation for parsing without exceptions #1405 2019-01-13 11:46:05 +01:00
json_fwd.hpp 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00