summaryrefslogtreecommitdiff
path: root/www/libwww/files/patch-modules_expat_xmlparse_xmlparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/libwww/files/patch-modules_expat_xmlparse_xmlparse.c')
-rw-r--r--www/libwww/files/patch-modules_expat_xmlparse_xmlparse.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/libwww/files/patch-modules_expat_xmlparse_xmlparse.c b/www/libwww/files/patch-modules_expat_xmlparse_xmlparse.c
deleted file mode 100644
index 7619921c0932..000000000000
--- a/www/libwww/files/patch-modules_expat_xmlparse_xmlparse.c
+++ /dev/null
@@ -1,14 +0,0 @@
-# CVE-2009-3560
-
---- modules/expat/xmlparse/xmlparse.c.orig 2000-08-28 08:52:01 UTC
-+++ modules/expat/xmlparse/xmlparse.c
-@@ -2199,6 +2199,9 @@ doProlog(XML_Parser parser,
- return XML_ERROR_UNCLOSED_TOKEN;
- case XML_TOK_PARTIAL_CHAR:
- return XML_ERROR_PARTIAL_CHAR;
-+ case -XML_TOK_PROLOG_S:
-+ tok = -tok;
-+ break;
- case XML_TOK_NONE:
- #ifdef XML_DTD
- if (enc != encoding)