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 member_offsets in archive/mod.rs:342 #329

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Fix unbound access to member_offsets in archive/mod.rs:342 #329

merged 1 commit into from
Sep 12, 2022

Conversation

anfedotoff
Copy link
Contributor

Hi!
We were doing some fuzzing with libFuzzer and our tool Sydr and found an unbound access to member_offsets:
thread 'main' panicked at 'index out of bounds: the len is 2 but the index is 3', /goblin/src/archive/mod.rs:342:23

So, I propose this fix for that.

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!

@m4b m4b merged commit f9c3448 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