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
Auto merge of #344 - BurntSushi:fix-321-again, r=BurntSushi
Fix a bug in UTF-8 decoding.
It was possible for an invalid continuation byte to sneak through, which
resulted in incorrect UTF-8 decoding results.
Fixes#321
0 commit comments