[PATCH] lib/zlib: Fix a bug when getting a gzip header extra field

2023-06-15 Thread Oleksandr Suvorov
This fixes CVE-2022-37434 [1] and bases on 2 commits from Mark Adler's zlib master repo - the original fix of CVE bug [2] and the fix for the fix [3]. [1] https://github.com/advisories/GHSA-cfmr-vrgj-vqwv [2] https://github.com/madler/zlib/commit/eff308af425b67093bab25f80f1ae950166bece1 [3] https:

Re: [PATCH] lib/zlib: Fix a bug when getting a gzip header extra field

2023-07-15 Thread Tom Rini
On Thu, Jun 15, 2023 at 05:54:34PM +0300, Oleksandr Suvorov wrote: > This fixes CVE-2022-37434 [1] and bases on 2 commits from Mark > Adler's zlib master repo - the original fix of CVE bug [2] and > the fix for the fix [3]. > > [1] > https://github.com/advisories/GHSA-cfmr-vrgj-vqwv > [2] > https