pierrec / node-lz4

LZ4 fast compression algorithm for NodeJS
MIT License
438 stars 98 forks source link

Update lz4 C dep to v1.8.3 to fix #69 #70

Closed ChALkeR closed 5 years ago

ChALkeR commented 5 years ago

Fixes data corruption in highCompression mode. Testcase included.

/cc @pierrec

Refs: #69, lz4@v1.8.3, https://github.com/lz4/lz4/commit/2e4847c2d55fb4c4f5dc833e61b5f374da8407e6, https://github.com/lz4/lz4/pull/562, https://github.com/lz4/lz4/issues/560.

fratuz610 commented 5 years ago

Hello, can we review and merge this?

ChALkeR commented 5 years ago

@pierrec This should be trivial to review =).

ChALkeR commented 5 years ago

@pierrec Thanks! 🎉