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

Compression routine reads past the end of the array #11

Closed
GoogleCodeExporter opened this issue May 4, 2015 · 4 comments
Closed

Compression routine reads past the end of the array #11

GoogleCodeExporter opened this issue May 4, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Hello,

It appears that there is an issue with the compression routine reading past the 
end of the array for certain inputs.

Please see the attached fuzz test. It will crash on the second iteration.

Original issue reported on code.google.com by fech...@gmail.com on 29 Feb 2012 at 1:26

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks for reporting. I will look into the issue.

Original comment by yann.col...@gmail.com on 29 Feb 2012 at 11:51

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

The version used in this test is too old.
By updating lz4.c & lz4.h to latest available version (currently r57), problem 
disappears.

I guess you probably downloaded the older version by using the "download 
package" option. Unfortunately, Google Code is not able to automatically update 
such package currently.

In order to avoid future issue, i will remove the link from the download page.

Original comment by yann.col...@gmail.com on 29 Feb 2012 at 12:29

@GoogleCodeExporter
Copy link
Author

Original comment by yann.col...@gmail.com on 29 Feb 2012 at 12:36

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

You're right, thanks! The latest version appears to work perfectly.

Original comment by fech...@gmail.com on 29 Feb 2012 at 2:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant