Skip to content

Fix read out-of-bounds when accumulating escape sequence#72

Merged
WinterMute merged 1 commit intodevkitPro:masterfrom
trustytrojan:fix-console-read-oob
Feb 17, 2026
Merged

Fix read out-of-bounds when accumulating escape sequence#72
WinterMute merged 1 commit intodevkitPro:masterfrom
trustytrojan:fix-console-read-oob

Conversation

@trustytrojan
Copy link
Copy Markdown
Contributor

  • Closes Possible read out-of-bounds in con_write #68
  • Caught this bug when I noticed the same memory-spilling-onto-the-display crash when letting either libcurl or libssh2 write large buffers with unrecognized escape sequences to the console.

@WinterMute WinterMute merged commit 84e6082 into devkitPro:master Feb 17, 2026
@trustytrojan trustytrojan deleted the fix-console-read-oob branch February 26, 2026 17:10
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.

Possible read out-of-bounds in con_write

2 participants