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:16 +0100
commit6459a06f2ed7d47f5df0c50d95e182e432311d53 (patch)
treec846bbb4cedbbff73d11aa74d4d7bb9557a9890c /meta/recipes-extended/unzip/unzip_6.0.bb
parent6b2ca964347cd9de0c50f47a56623a75e49c4b91 (diff)
downloadpoky-6459a06f2ed7d47f5df0c50d95e182e432311d53.tar.gz
unzip: fix CVE-2021-4217
Avoid a null pointer dereference. (From OE-Core rev: 36db85b9b127e5a9f5d3d6e428168cf597ab95f3) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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 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/
28 file://CVE-2019-13232_p3.patch \ 28 file://CVE-2019-13232_p3.patch \
29 file://unzip_optimization.patch \ 29 file://unzip_optimization.patch \
30 file://0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch \ 30 file://0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch \
31 file://CVE-2021-4217.patch \
31" 32"
32UPSTREAM_VERSION_UNKNOWN = "1" 33UPSTREAM_VERSION_UNKNOWN = "1"
33 34