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
Fix ucal_getCanonicalTimeZoneID crash to access invalid buffer
Summary:
If Android system locale string length is less than 32,
in this case `bufferLength` is 32 that will cause
`ucal_getCanonicalTimeZoneID` to access invalid buffer.
// The DefaultTimeZone abstract operation returns a String value representing the valid (6.4.1) and canonicalized (6.4.2) time zone name for the host environment’s current time zone.
0 commit comments