PSeitz / lz4_flex

Fastest pure Rust implementation of LZ4 compression/decompression.
MIT License
460 stars 31 forks source link

Bug fix 2 issues #17

Closed arthurprs closed 3 years ago

arthurprs commented 3 years ago

Found a couple of problems when playing with this in a project. I was unable to make good regression tests for these but I was able to modify the fuzz test in a way that it tripped into the same problems.

PSeitz commented 3 years ago

Thanks! looks good. I'll trigger a bugfix release

PSeitz commented 3 years ago

Released with 0.8.2