Skip to content

Fix out of bounds read#55

Open
RDIL wants to merge 1 commit intoruby:masterfrom
RDIL:reece/fix-oob-read
Open

Fix out of bounds read#55
RDIL wants to merge 1 commit intoruby:masterfrom
RDIL:reece/fix-oob-read

Conversation

@RDIL
Copy link
Copy Markdown
Contributor

@RDIL RDIL commented Apr 18, 2026

While working on #54, I found that ASAN flags this line because this function call tries to read 53 bytes of a 50-byte string. That's not right!

You can see this yourself, it's triggered while running the test suite, specifically test/test_exception.rb. Thankfully, it has no security implications.

Note: build is blocked on #56

While working on ruby#54, I found that ASAN flags this line because this function call tries to read 53 bytes of a 50-byte string. That's not right!
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.

1 participant