You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One UTF-8 malformation is when the string has a start byte in it before
the expected end of the character. This test file tested the case where
the unexpected byte came in the final position. GH #22597 found bugs
where the unexpected byte came immediately after the first byte.
This commit adds tests for unexpected bytes in all possible positions.
If the fix for GH #22597 is reverted, this new revised file has 1400
failures.
0 commit comments