| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| binary_writer.hpp | ||
| output_adapters.hpp | ||
| serializer.hpp |
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.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| binary_writer.hpp | Loading commit data... | |
| output_adapters.hpp | Loading commit data... | |
| serializer.hpp | Loading commit data... |