Skip to content
Snippets Groups Projects
Commit 22dc447b authored by Simon Meier's avatar Simon Meier
Browse files

Add back 'ensure 1' to avoid overflowing an output buffer

The counter-example for the existing code is a string of length '2*n' that
starts with 'n' characters with codepoints in the range (0x7F, 0x7FF) and ends
with 'n' ASCII characters. All 'n' ASCII characters will be written after the
end of the output buffer.
parent 0f3435ba
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment