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
The length was initialized before the string was converted to utf-16
sometimes giving incorrect result. For instance for "\u0000" the length
was set to 2 instead of 1.
0 commit comments