Skip to content

Fixed buffer overrun in function chars2bytes()#6478

Merged
matz merged 1 commit into
mruby:masterfrom
dearblue:chars2bytes
Feb 27, 2025
Merged

Fixed buffer overrun in function chars2bytes()#6478
matz merged 1 commit into
mruby:masterfrom
dearblue:chars2bytes

Conversation

@dearblue
Copy link
Copy Markdown
Contributor

If off was greater than zero, the address pointed to by e exceeded the valid range of the buffer.

If `off` was greater than zero, the address pointed to by `e` exceeded the valid range of the buffer.
@dearblue dearblue requested a review from matz as a code owner February 26, 2025 12:39
@github-actions github-actions Bot added the core label Feb 26, 2025
@matz matz merged commit 30b0b41 into mruby:master Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants