summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
diff options
context:
space:
mode:
authorBaogen Shang <baogen.shang@windriver.com>2014-03-28 17:43:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-30 10:10:32 +0100
commit4f326c892f752d5ada7ab11478110901d6b6f3bb (patch)
treed9035a8bd12aabb139144bd9f480f6fbe8d6a7b7 /meta/recipes-extended/libarchive/libarchive_3.1.2.bb
parentbb3927d919be65a77d7a35257378f323d9cf0bb6 (diff)
downloadpoky-4f326c892f752d5ada7ab11478110901d6b6f3bb.tar.gz
libarchive: fix CVE-2013-0211
CVE description: Integer signedness error in the archive_write_zip_data function in archive_write_set_format_zip.c in libarchive 3.1.2 and earlier, when running on 64-bit machines, allows context-dependent attackers to cause a denial of service (crash) via unspecified vectors, which triggers an improper conversion between unsigned and signed types, leading to a buffer overflow. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-0211 (From OE-Core rev: 355a8086637b859a469e1f2dc717b4ccec00b970) Signed-off-by: Baogen Shang <baogen.shang@windriver.com> Signed-off-by: Jeff Polk <jeff.polk@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libarchive/libarchive_3.1.2.bb')
-rw-r--r--meta/recipes-extended/libarchive/libarchive_3.1.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
index 2556dc8898..d5599e0eb6 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb
@@ -26,6 +26,7 @@ PACKAGECONFIG[libxml2] = "--with-xml2,--without-xml2,libxml2,"
26PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat," 26PACKAGECONFIG[expat] = "--with-expat,--without-expat,expat,"
27 27
28SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \ 28SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \
29 file://libarchive-CVE-2013-0211.patch \
29 " 30 "
30 31
31SRC_URI[md5sum] = "efad5a503f66329bb9d2f4308b5de98a" 32SRC_URI[md5sum] = "efad5a503f66329bb9d2f4308b5de98a"