summaryrefslogtreecommitdiffstats
path: root/recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb
diff options
context:
space:
mode:
authorChee Yang Lee <chee.yang.lee@intel.com>2022-04-01 18:00:12 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-04-05 14:02:19 +0800
commitda5a36d07ed3231a62cb52425681b97547058dae (patch)
treeddb2f82b0002a50237287b8824bdec86854f8c25 /recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb
parent9c423d51f81960f8795a3af57c585a86bff0837e (diff)
downloadmeta-intel-da5a36d07ed3231a62cb52425681b97547058dae.tar.gz
zlib: fix CVE-2018-25032next
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>
Diffstat (limited to 'recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb')
-rw-r--r--recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb2
1 files changed, 2 insertions, 0 deletions
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"
9SRC_URI = "git://github.com/jtkukunas/zlib.git;protocol=https;branch=master \ 9SRC_URI = "git://github.com/jtkukunas/zlib.git;protocol=https;branch=master \
10 file://ldflags-tests.patch \ 10 file://ldflags-tests.patch \
11 file://run-ptest \ 11 file://run-ptest \
12 file://CVE-2018-25032-fuzz-fixed.patch \
13 file://fix-removed-last-lit.patch \
12 " 14 "
13 15
14SRCREV = "a43a247bfa16ec5368747b5b64f11ea5ca033010" 16SRCREV = "a43a247bfa16ec5368747b5b64f11ea5ca033010"