Skip to content

Fix bug in v1.2.0 and additional bug; Add more tests

Latest
Compare
Choose a tag to compare
@evanj evanj released this 29 Dec 17:12
490972a
  • Fixes the bug in Writer that was introduced in v1.2.0. PR 19
  • Fixes a bug in how LZ4 buffers are passed to LZ4_compress_fast_continue. This bug depends on the malloc implementation. It seems rare to be triggered using glibc on Linux, but common using malloc on Mac OS X. However, this bug could happen on all systems. PR 19, PR 27
  • Fixes Reader to never return an negative byte count from Read. PR 20
  • Removes an unused field from Writer and CompressReader. PR 28
  • Updated tests to use python3. PR 15
  • A variety of small fixes to the unit tests, including additional test coverage, and fixing the benchmarks so they run.