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

libtinfl infinite loop #4

Closed
devttys0 opened this issue Nov 21, 2013 · 1 comment
Closed

libtinfl infinite loop #4

devttys0 opened this issue Nov 21, 2013 · 1 comment
Assignees

Comments

@devttys0
Copy link
Collaborator

If libtinfl is asked to decompress a large block of invalid/corrupt deflated data, it just spins until locking up the machine.

@ghost ghost assigned devttys0 Nov 21, 2013
@devttys0
Copy link
Collaborator Author

devttys0 commented Dec 8, 2013

There was a bug in libtinfl where certain data would be interpreted as a valid deflated stream, but would cause the same block of data to be inflated in an infinite loop.

This has been fixed and better false-positive checking has also been added to libtinfl.is_deflated.

@devttys0 devttys0 closed this as completed Dec 8, 2013
@ghost ghost mentioned this issue Feb 26, 2014
jameshilliard pushed a commit to jameshilliard/binwalk that referenced this issue May 29, 2024
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

No branches or pull requests

1 participant