summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-04-05 12:34:36 +0200
committerNora Björklund <nora.bjorklund@enea.com>2016-04-07 09:13:54 +0200
commit9f53426654e9a75a085901ca33fe1ea8173e7b7f (patch)
tree77455eb6239476f6cb713dcd9153ba99246813a8 /meta/recipes-core/libxml/libxml2.inc
parent8aa66d3b1a976786c4f794e76f8386dc7f2667e5 (diff)
downloadpoky-9f53426654e9a75a085901ca33fe1ea8173e7b7f.tar.gz
libxml2: CVE-2015-8710
out-of-bounds memory access when parsing an unclosed HTML comment Link to the libxml2's bugtracker: https://bugzilla.gnome.org/show_bug.cgi?id=746048 Patch is backported from: http://git.yoctoproject.org/cgit/cgit.cgi/poky/ patch/?id=1bbf18385b76eccb2a413d72088d1ba66acaac02 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Nora Björklund <nora.bjorklund@enea.com>
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 08d7961241..afb193ca34 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -30,6 +30,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=libtar \
30 file://CVE-2015-8242-Buffer-overead-with-HTML-parser.patch \ 30 file://CVE-2015-8242-Buffer-overead-with-HTML-parser.patch \
31 file://Fix-a-bug-on-name-parsing-at-the-end-of-current-input.patch \ 31 file://Fix-a-bug-on-name-parsing-at-the-end-of-current-input.patch \
32 file://CVE-2015-7500-Fix-memory-access-error-due-to-incorre.patch \ 32 file://CVE-2015-7500-Fix-memory-access-error-due-to-incorre.patch \
33 file://CVE-2015-8710.patch \
33 " 34 "
34 35
35BINCONFIG = "${bindir}/xml2-config" 36BINCONFIG = "${bindir}/xml2-config"