]> git.ipfire.org Git - thirdparty/u-boot.git/commit - configs/imx28_xea_defconfig
Merge patch series "zlib: Address CVE-2016-9841"
authorTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 18:57:13 +0000 (12:57 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 18:57:13 +0000 (12:57 -0600)
commit4914263c9a14315390d3ccc4816cf3a94cfd156d
treec74fb192a9db046df2a004380d0512391bc68bc3
parentef8ef5f77c9a998f76a48277a883af1645b54117
parent26beded3d094d527c3287f1df144cf155290e4ac
Merge patch series "zlib: Address CVE-2016-9841"

Michal Simek <michal.simek@amd.com> says:

It looks like that only CVE-2016-9841 is not fixed and this series is
trying to address it. The first two patches are just preparation based on
changes which happened in past. The third one is actual fix and the last
one is following what has been done in Linux kernel long time ago and don't
use incorrect zlib version string.

I tested it with and I can't see any issue.
./test/py/test.py --bd sandbox --build -s

And gitlab CI is also not showing any issue.