Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libwhb: Fix length check in ConsoleAddLine #284

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

Maschell
Copy link
Contributor

Previously input strings with the length == LINE_LENGTH considered "okay", but lead to a to out of bounce write (sConsoleBuffer[sLineNum][length] = 0;)

@fincs fincs merged commit 96d410c into devkitPro:master Oct 12, 2022
@Maschell Maschell deleted the fix_console_add_line branch October 12, 2022 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants