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-07-08 08:27:20 +0100
commit4bc2324a25288162377c99c306b13543df982ca9 (patch)
tree9de4a6e77d388c8494cbeba3ff7ade2f47956f4f /meta/recipes-extended/unzip/unzip_6.0.bb
parent6013fc2606d7dbd251d69ee6f1d25d54ca2b67b1 (diff)
downloadpoky-4bc2324a25288162377c99c306b13543df982ca9.tar.gz
unzip: fix CVE-2021-4217
Avoid a null pointer dereference. (From OE-Core rev: 357791da82f767ad695e4476aa12fea3d7db5e04) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 36db85b9b127e5a9f5d3d6e428168cf597ab95f3) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 af5530ab38..3e253afe65 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -26,6 +26,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/
26 file://CVE-2019-13232_p1.patch \ 26 file://CVE-2019-13232_p1.patch \
27 file://CVE-2019-13232_p2.patch \ 27 file://CVE-2019-13232_p2.patch \
28 file://CVE-2019-13232_p3.patch \ 28 file://CVE-2019-13232_p3.patch \
29 file://CVE-2021-4217.patch \
29" 30"
30UPSTREAM_VERSION_UNKNOWN = "1" 31UPSTREAM_VERSION_UNKNOWN = "1"
31 32