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

upgrade lz4 to r131 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

upgrade lz4 to r131 #7

wants to merge 1 commit into from

Conversation

jmoiron
Copy link

@jmoiron jmoiron commented Jun 8, 2016

This fixes a number of bugs including a segfault crasher on GCC > 5.x (maybe > 4.9?) related to codegen on undefined behavior in LZ4_copy8/LZ4_copy4 which have since had their clever bits replaced by calls to memcpy. The HC tests, which were failing, also now pass.

changelogs: https://github.com/Cyan4973/lz4/releases

The only oddity is that the test corpus doesn't compress as well and that test had to be updated.

@deepakprabhakara
Copy link

+1. This fixes the segfault crashes on modern Linux releases like Alpine 3.4 and Ubuntu 15.10

flapjack103 referenced this pull request in DataDog/golz4 Nov 13, 2019
[lz4] try readfull when reading header
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

2 participants