From da5a36d07ed3231a62cb52425681b97547058dae Mon Sep 17 00:00:00 2001 From: Chee Yang Lee Date: Fri, 1 Apr 2022 18:00:12 +0800 Subject: zlib: fix CVE-2018-25032 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 Signed-off-by: Anuj Mittal --- recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb') diff --git a/recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb b/recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb index cbe73c55..ecaf38b4 100644 --- a/recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb +++ b/recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb @@ -9,6 +9,8 @@ PROVIDES = "zlib" SRC_URI = "git://github.com/jtkukunas/zlib.git;protocol=https;branch=master \ file://ldflags-tests.patch \ file://run-ptest \ + file://CVE-2018-25032-fuzz-fixed.patch \ + file://fix-removed-last-lit.patch \ " SRCREV = "a43a247bfa16ec5368747b5b64f11ea5ca033010" -- cgit v1.2.3-54-g00ecf