summaryrefslogtreecommitdiff
path: root/debian/patches/0011-Avoid-crash-if-allocation-fails.patch
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2015-08-25 22:30:28 +0200
committerRaphaël Hertzog <hertzog@debian.org>2015-08-25 22:33:39 +0200
commit37f590756a23e167808f76f1389c36f0a2d39f11 (patch)
treeeac97bc22ada158533631911302acb1aa6682195 /debian/patches/0011-Avoid-crash-if-allocation-fails.patch
parent3b14c3fd6410716d407178e48972b1c1bea48c29 (diff)
downloadlibxml2-37f590756a23e167808f76f1389c36f0a2d39f11.tar.gz
Restore all patches available in 2.9.1+dfsg1-5 in stretch, ensuring CVE-2014-3660 is fixed too.
Diffstat (limited to 'debian/patches/0011-Avoid-crash-if-allocation-fails.patch')
-rw-r--r--debian/patches/0011-Avoid-crash-if-allocation-fails.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0011-Avoid-crash-if-allocation-fails.patch b/debian/patches/0011-Avoid-crash-if-allocation-fails.patch
index e4e7206..abbb38f 100644
--- a/debian/patches/0011-Avoid-crash-if-allocation-fails.patch
+++ b/debian/patches/0011-Avoid-crash-if-allocation-fails.patch
@@ -5,7 +5,7 @@ Subject: Avoid crash if allocation fails
https://bugzilla.gnome.org/show_bug.cgi?id=704527
xmlSchemaNewValue() may fail on OOM error
---
- xmlschemastypes.c | 4 ++++
+ xmlschemastypes.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/xmlschemastypes.c b/xmlschemastypes.c