From e39962398625aeb780b2f8a08b194f35ded8b4b8 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Wed, 24 Feb 2016 08:39:28 +0100 Subject: 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 Signed-off-by: Tudor Florea --- meta/recipes-core/libxml/libxml2.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/libxml/libxml2.inc') 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 \ file://CVE-2015-8241.patch \ file://CVE-2015-8317-Fail-parsing-early-on-if-encoding-conversion-failed.patch \ file://CVE-2015-8242-Buffer-overead-with-HTML-parser.patch \ + file://Fix-a-bug-on-name-parsing-at-the-end-of-current-input.patch \ + file://CVE-2015-7500-Fix-memory-access-error-due-to-incorre.patch \ " BINCONFIG = "${bindir}/xml2-config" -- cgit v1.2.3-54-g00ecf