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

Fix unbound access to bytes slice at pe/debug.rs:172 #330

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Fix unbound access to bytes slice at pe/debug.rs:172 #330

merged 1 commit into from
Sep 12, 2022

Conversation

anfedotoff
Copy link
Contributor

Hi!
We were doing some fuzzing with Sydr+libFuzzer and found this unbound access to bytes slice at pe/debug.rs:172. Here is the panic message: thread '<unnamed>' panicked at 'range end index 16256248 out of range for slice of length 4257', library/core/src/slice/index.rs:73

I propose this fix.

Copy link
Owner

@m4b m4b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks also for this!

@m4b m4b merged commit cb19f3b into m4b:master Sep 12, 2022
@m4b
Copy link
Owner

m4b commented Oct 24, 2022

released in 0.6

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