]> git.baikalelectronics.ru Git - uboot.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)
commit6b38b5ae7ce2fa3cea2798dd73a6dfeafb59dd1b
tree1c01545f627bd09e96334dcb467ad99340703491
parent2f77697cf1a6418717d6cdec14c50e7f5b69cba9
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