summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/unzip/unzip_6.0.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2022-03-31 11:42:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-04 13:00:12 +0100
commit36db85b9b127e5a9f5d3d6e428168cf597ab95f3 (patch)
treea8f19bb728b80025ddc2defceaf2fca5fd7413b7 /meta/recipes-extended/unzip/unzip_6.0.bb
parenta762162fa0f51b9c6187fd1fcfaad2f317f8762e (diff)
downloadopenembedded-core-36db85b9b127e5a9f5d3d6e428168cf597ab95f3.tar.gz
unzip: fix CVE-2021-4217
Avoid a null pointer dereference. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-extended/unzip/unzip_6.0.bb')
-rw-r--r--meta/recipes-extended/unzip/unzip_6.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index af94a39195..c222a684b4 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -28,6 +28,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/
file://CVE-2019-13232_p3.patch \
file://unzip_optimization.patch \
file://0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch \
+ file://CVE-2021-4217.patch \
"
UPSTREAM_VERSION_UNKNOWN = "1"