summaryrefslogtreecommitdiff
path: root/meta/recipes-core/libxml/libxml2_2.9.4.bb
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2016-12-12 14:20:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-11 11:46:53 +0000
commit68b0f3a0bf8dfdf49be4aed1745a7f50662c555d (patch)
tree136b8fb414cfb5a4fbc9621f5da96566824572b7 /meta/recipes-core/libxml/libxml2_2.9.4.bb
parent9654a6a238a44ed1025a45e4ad1cb779a8684344 (diff)
downloadopenembedded-core-68b0f3a0bf8dfdf49be4aed1745a7f50662c555d.tar.gz
openembedded-core-68b0f3a0bf8dfdf49be4aed1745a7f50662c555d.tar.bz2
openembedded-core-68b0f3a0bf8dfdf49be4aed1745a7f50662c555d.zip
libxml2: Necessary changes before fixing CVE-2016-5131
xpath: - Check for errors after evaluating first operand. - Add sanity check for empty stack. - Include comparation in changes from xmlXPathCmpNodesExt to xmlXPathCmpNodes (From OE-Core rev: 96ef568f75dded56a2123b63dcc8b443f796afe0) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.9.4.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.4.bb b/meta/recipes-core/libxml/libxml2_2.9.4.bb
index 1fed90b07e..66a89400e5 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.4.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.4.bb
@@ -19,6 +19,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=libtar \
file://run-ptest \
file://python-sitepackages-dir.patch \
file://libxml-m4-use-pkgconfig.patch \
+ file://libxml2-fix_node_comparison.patch \
file://libxml2-CVE-2016-5131.patch \
"