rust-urlpattern icon indicating copy to clipboard operation
rust-urlpattern copied to clipboard

Panic with certain unicode characters

Open melbourne2991 opened this issue 1 year ago • 0 comments

Adding this issue as a repo-local reference for https://github.com/denoland/deno/issues/20906

The issue occurs because we use a range over bytes instead of codepoints which causes a panic.

melbourne2991 avatar Jan 16 '24 09:01 melbourne2991