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
ICU-23243 Bugfix: Don't call std::string_view::front() when empty.
Doing this just happens to work in most builds (which is why this bug
hasn't been found until now), but it's actually undefined behavior.