summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-02-24 08:39:28 +0100
committerTudor Florea <tudor.florea@enea.com>2016-02-25 12:45:07 +0100
commite39962398625aeb780b2f8a08b194f35ded8b4b8 (patch)
tree841fb06f48867b0e270fb3a8b1514cad4375e5ac /meta/recipes-core/libxml/libxml2.inc
parent04f8b06b024193eb1473458b92dac16809c29e08 (diff)
downloadpoky-e39962398625aeb780b2f8a08b194f35ded8b4b8.tar.gz
libxml2: CVE-2015-7500
Fixes Heap buffer overflow in xmlParseMisc Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7500 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2.inc')
-rw-r--r--meta/recipes-core/libxml/libxml2.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc
index 87aa21e2d3..08d7961241 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -28,6 +28,8 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=libtar \
28 file://CVE-2015-8241.patch \ 28 file://CVE-2015-8241.patch \
29 file://CVE-2015-8317-Fail-parsing-early-on-if-encoding-conversion-failed.patch \ 29 file://CVE-2015-8317-Fail-parsing-early-on-if-encoding-conversion-failed.patch \
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 \
32 file://CVE-2015-7500-Fix-memory-access-error-due-to-incorre.patch \
31 " 33 "
32 34
33BINCONFIG = "${bindir}/xml2-config" 35BINCONFIG = "${bindir}/xml2-config"