summaryrefslogtreecommitdiffstats
path: root/recipes-core/zlib/files
Commit message (Collapse)AuthorAgeFilesLines
* zlib: Clarify fix of CVE-2022-37434Uwe Geuder2023-04-271-37/+0
| | | | | | | | | | | | | | | The previous fix added a patch that * was incomplete * was not even used in probably most builds because the zlib recipe in openembedded / poky contains a file with the same name. Remove the incomplete patch in order to make it clear that the complete patch from openembedded / poky is used. Fixes: e64954db ("zlib: fix CVE-2022-37434") Signed-off-by: Uwe Geuder <uwe.geuder+yocto@neuroeventlabs.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* zlib: fix CVE-2022-37434Chee Yang Lee2022-08-181-0/+37
| | | | | Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* zlib: fix CVE-2018-25032Chee Yang Lee2022-04-202-0/+392
CVE-2018-25032 fixes at oe-core causing fuzz and build error, backport the patch with fuzz fixed and another patch to fix build error. Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>