Skip to content
Snippets Groups Projects
Commit 2466a71d authored by rtoy's avatar rtoy
Browse files

o When encountering an overlong sequence, a surrogate code, or a

  too-large codepoint, swallow the whole sequence instead  of putting
  back the characters like we did previously.  (This new way is in
  line with how we handle other bad sequences.)
o Pass the number of octets read to the error handler in these cases.
o Update the message strings to include the number of octets.
parent 0200c1fa
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