]> git.dujemihanovic.xyz Git - u-boot.git/commit
Revert "Merge patch series "zlib: Address CVE-2016-9841""
authorTom Rini <trini@konsulko.com>
Mon, 1 Jul 2024 01:03:14 +0000 (19:03 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 1 Jul 2024 01:03:14 +0000 (19:03 -0600)
commitbbacdd3ef7762fbdeab43ceea5205d1fd0f25bbd
tree3e54d8c227b690177c26db6677719f0d194f5337
parent8937bb265a7f2251c1bd999784a4ef10e9c6080d
Revert "Merge patch series "zlib: Address CVE-2016-9841""

This series brings our zlib code more up to date. However, it drops an
important performance improvement that is required on some of our
supported platforms in order to boot Linux before the watchdog resets
the system. Furthermore, the "post increment" version of this
performance loop was not tested, so while we can fix it, it would then
require re-testing all platforms. At this point in time, we will revert
updating zlib (which has had a potential security issue since 2016) and
fix this in the v2024.10 release.

This reverts commit 4914263c9a14315390d3ccc4816cf3a94cfd156d, reversing
changes made to ef8ef5f77c9a998f76a48277a883af1645b54117.

Reported-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Tom Rini <trini@konsulko.com>
include/u-boot/zlib.h
lib/gzip.c
lib/zlib/deflate.c
lib/zlib/inffast.c
lib/zlib/inflate.c
lib/zlib/inflate.h
lib/zlib/zutil.c