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: getDataPushLength() taking to many bytes #7

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

0xB10C
Copy link
Owner

@0xB10C 0xB10C commented Dec 11, 2019

This fixes a off-by-one error/bug where getDataPushLength takes one
byte too mutch the script, which could cause a out-of-bounds access
on a slice.

This fixes a off-by-one error/bug where getDataPushLength takes one
byte too mutch the script, which could cause a out-of-bounds access
on a slice.
@0xB10C 0xB10C merged commit 7ba3b61 into master Dec 11, 2019
@0xB10C 0xB10C deleted the 2019-12-fix-take-to-many-bytes branch December 11, 2019 17:27
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.

None yet

1 participant