commit | 24a0c50187c2ac37718509aa4d27e39afacfad28 | [log] [tgz] |
---|---|---|
author | Huang Jianan <jnhuang95@gmail.com> | Sat Feb 26 15:05:48 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 16:19:29 2022 -0400 |
tree | 1c01545f627bd09e96334dcb467ad99340703491 | |
parent | 024fb2f5b0d51e5d5773573c151a93b464221a51 [diff] |
lib/lz4: update LZ4 decompressor module Update the LZ4 compression module based on LZ4 v1.8.3 in order to use the newest LZ4_decompress_safe_partial() which can now decode exactly the nb of bytes requested. Signed-off-by: Huang Jianan <jnhuang95@gmail.com>