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
# Which issue does this PR close?
- Closes#7712 .
# Rationale for this change
Shouldn't panic, especially in a fallible function.
# What changes are included in this PR?
Validate that the high and low surrogates are in the expected range,
which guarantees that the subtractions won't overflow.
# Are there any user-facing changes?
No (well, things that used to panic now won't, but I don't think that
counts)
0 commit comments