]> git.dujemihanovic.xyz Git - u-boot.git/commit
lib/lz4: update LZ4 decompressor module
authorHuang Jianan <jnhuang95@gmail.com>
Sat, 26 Feb 2022 07:05:48 +0000 (15:05 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 15 Mar 2022 20:19:29 +0000 (16:19 -0400)
commit26c7fdadcb7b829bc033ec8d0148385dd407f67b
tree1c01545f627bd09e96334dcb467ad99340703491
parent830613f8f5bba4456b600502f796b8ef1967b0c9
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>
include/u-boot/lz4.h
lib/lz4.c
lib/lz4_wrapper.c