summaryrefslogtreecommitdiff
path: root/debian/patches/0004-Fix-missing-break-on-last-function-for-attributes.patch
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2015-09-21 22:55:08 +0800
committerAron Xu <aron@debian.org>2015-09-21 22:55:08 +0800
commitd548c999ade382febb424b26743b3c4d63159ae0 (patch)
tree232c9c894b45099f211728742569111738b17e16 /debian/patches/0004-Fix-missing-break-on-last-function-for-attributes.patch
parentd837811e969fac31afdf39c00ba579b33f6adeb6 (diff)
downloadlibxml2-d548c999ade382febb424b26743b3c4d63159ae0.tar.gz
Revert "Restore all patches available in 2.9.1+dfsg1-5 in stretch, ensuring CVE-2014-3660 is fixed too."
This reverts commit 37f590756a23e167808f76f1389c36f0a2d39f11.
Diffstat (limited to 'debian/patches/0004-Fix-missing-break-on-last-function-for-attributes.patch')
-rw-r--r--debian/patches/0004-Fix-missing-break-on-last-function-for-attributes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0004-Fix-missing-break-on-last-function-for-attributes.patch b/debian/patches/0004-Fix-missing-break-on-last-function-for-attributes.patch
index 5dabed6..cff8b72 100644
--- a/debian/patches/0004-Fix-missing-break-on-last-function-for-attributes.patch
+++ b/debian/patches/0004-Fix-missing-break-on-last-function-for-attributes.patch
@@ -4,7 +4,7 @@ Subject: Fix missing break on last() function for attributes
pointed out by cppcheck
---
- python/libxml.c | 1 +
+ python/libxml.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/libxml.c b/python/libxml.c