diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-10 19:02:51 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-10 19:02:51 +0000 |
| commit | a20e0adb68de3e3a12effeab2436d409f2e352e0 (patch) | |
| tree | 50fa3983b2a8f021d2eb2fe072fdf8d85713a318 /textproc/libxml2/files | |
| parent | - Fix memory consumption DoS, CVE CAN-2004-0942 (diff) | |
Update to 2.6.16.
Diffstat (limited to 'textproc/libxml2/files')
| -rw-r--r-- | textproc/libxml2/files/patch-error.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/libxml2/files/patch-error.c b/textproc/libxml2/files/patch-error.c deleted file mode 100644 index e50af6defec6..000000000000 --- a/textproc/libxml2/files/patch-error.c +++ /dev/null @@ -1,11 +0,0 @@ ---- error.c.orig Tue Nov 9 21:08:54 2004 -+++ error.c Tue Nov 9 21:09:05 2004 -@@ -453,7 +453,7 @@ - return; - if ((domain == XML_FROM_PARSER) || (domain == XML_FROM_HTML) || - (domain == XML_FROM_DTD) || (domain == XML_FROM_NAMESPACE) || -- (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) { -+ (domain == XML_FROM_IO)) { - ctxt = (xmlParserCtxtPtr) ctx; - if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) && - (ctxt->sax->initialized == XML_SAX2_MAGIC)) |
