summaryrefslogtreecommitdiffstats
path: root/abs/core/expat/CVE-2009-3720.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 02:16:46 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 02:16:46 (GMT)
commit0edb7bc8adc5f848f60f506a3adfd1d17b92450f (patch)
treee0dc17c956ad57ed513c4dc9d179b5007667baf2 /abs/core/expat/CVE-2009-3720.patch
parent0018d0e0af0485f3e7b60c62da32ccb9d0cc39e9 (diff)
downloadlinhes_pkgbuild-0edb7bc8adc5f848f60f506a3adfd1d17b92450f.zip
linhes_pkgbuild-0edb7bc8adc5f848f60f506a3adfd1d17b92450f.tar.gz
linhes_pkgbuild-0edb7bc8adc5f848f60f506a3adfd1d17b92450f.tar.bz2
expat 2.1
Diffstat (limited to 'abs/core/expat/CVE-2009-3720.patch')
-rw-r--r--abs/core/expat/CVE-2009-3720.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core/expat/CVE-2009-3720.patch b/abs/core/expat/CVE-2009-3720.patch
deleted file mode 100644
index 65d1643..0000000
--- a/abs/core/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: \