aboutsummaryrefslogtreecommitdiffstats
path: root/main/expat/CVE-2009-3720.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-05-26 15:43:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-26 15:43:12 +0000
commit898dee7495223dc8bcc1833067255f8b426a1832 (patch)
tree45b1e732346e81ad41393b341752e23feb514c1a /main/expat/CVE-2009-3720.patch
parenta9cd8f916ec9176de7a4b9ecf33842a43cf22a1b (diff)
downloadaports-898dee7495223dc8bcc1833067255f8b426a1832.tar.bz2
aports-898dee7495223dc8bcc1833067255f8b426a1832.tar.xz
main/expat: security fix for CVE-2016-0718
Diffstat (limited to 'main/expat/CVE-2009-3720.patch')
-rw-r--r--main/expat/CVE-2009-3720.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/expat/CVE-2009-3720.patch b/main/expat/CVE-2009-3720.patch
deleted file mode 100644
index 65d16431f4..0000000000
--- a/main/expat/CVE-2009-3720.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urNad trunk~/lib/xmltok_impl.c trunk/lib/xmltok_impl.c
---- trunk~/lib/xmltok_impl.c 2006-11-26 18:34:46.000000000 +0100
-+++ trunk/lib/xmltok_impl.c 2009-10-22 21:42:41.000000000 +0200
-@@ -1744,7 +1744,7 @@
- const char *end,
- POSITION *pos)
- {
-- while (ptr != end) {
-+ while (ptr < end) {
- switch (BYTE_TYPE(enc, ptr)) {
- #define LEAD_CASE(n) \
- case BT_LEAD ## n: \