summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-01-30 14:39:28 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:20:16 +0000
commit1bbf18385b76eccb2a413d72088d1ba66acaac02 (patch)
tree1bc25f47e90e17152093a3e1b7abcf5125be793b /meta/recipes-core/libxml/libxml2.inc
parent2ec6d1dcbca7e52f145623483f20ab9c7cf08d99 (diff)
downloadpoky-1bbf18385b76eccb2a413d72088d1ba66acaac02.tar.gz
libxml2: Security fix CVE-2015-8710
CVE-2015-8710 libxml2: out-of-bounds memory access when parsing an unclosed HTML comment (From OE-Core rev: 03d481070ebc6f9af799aec5d038871f9c73901c) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2.inc')
-rw-r--r--meta/recipes-core/libxml/libxml2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc
index bced950fa9..310d5bbc56 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -36,6 +36,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=libtar \
36 file://0001-CVE-2015-8242-Buffer-overead-with-HTML-parser-in-pus.patch \ 36 file://0001-CVE-2015-8242-Buffer-overead-with-HTML-parser-in-pus.patch \
37 file://0001-CVE-2015-5312-Another-entity-expansion-issue.patch \ 37 file://0001-CVE-2015-5312-Another-entity-expansion-issue.patch \
38 file://CVE-2015-8241.patch \ 38 file://CVE-2015-8241.patch \
39 file://CVE-2015-8710.patch \
39 " 40 "
40 41
41BINCONFIG = "${bindir}/xml2-config" 42BINCONFIG = "${bindir}/xml2-config"