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
if (original.startsWith("0b", radixPrefixOffset) || original.startsWith("0B", radixPrefixOffset)) {
The radix extraction logic fails to account that a byte value (with the suffix b) can be 0. This results in the entire string being extracted and a StringIndexOutOfBoundsException to throw when parsing the next characters