Skip to content

Out Of Bounds Access in String.toUpperCase().#310

Merged
leeN merged 1 commit intoSAP:mainfrom
leeN:touppercase-oob
Jun 12, 2025
Merged

Out Of Bounds Access in String.toUpperCase().#310
leeN merged 1 commit intoSAP:mainfrom
leeN:touppercase-oob

Conversation

@leeN
Copy link
Collaborator

@leeN leeN commented Jun 11, 2025

In case a String is already upper cased and untainted, we would basically not hit the early return. This causes an OOB read later on.

In case a String is already upper cased and untainted, we would
basically not hit the early return. This causes an OOB read later on.
@leeN leeN requested a review from tmbrbr June 11, 2025 13:37
@leeN leeN self-assigned this Jun 11, 2025
@leeN leeN added the bug Something isn't working label Jun 11, 2025
@leeN leeN added this to the Reenable Debug Mode milestone Jun 12, 2025
@leeN leeN mentioned this pull request Jun 12, 2025
@leeN leeN merged commit 9b0177c into SAP:main Jun 12, 2025
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants