mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
applied patch from Malcolm Tredinnick fixing bug #152426 Daniel
* parser.c: applied patch from Malcolm Tredinnick fixing bug #152426 Daniel
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
|
||||||
|
|
||||||
Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* python/generator.py python/libxml.c python/tests/outbuf.py:
|
* python/generator.py python/libxml.c python/tests/outbuf.py:
|
||||||
|
2
parser.c
2
parser.c
@@ -10219,7 +10219,7 @@ xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID,
|
|||||||
* Canonicalise the system ID
|
* Canonicalise the system ID
|
||||||
*/
|
*/
|
||||||
systemIdCanonic = xmlCanonicPath(SystemID);
|
systemIdCanonic = xmlCanonicPath(SystemID);
|
||||||
if (systemIdCanonic == NULL) {
|
if ((SystemID != NULL) && (systemIdCanonic == NULL)) {
|
||||||
xmlFreeParserCtxt(ctxt);
|
xmlFreeParserCtxt(ctxt);
|
||||||
return(NULL);
|
return(NULL);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user