1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

fixing the xmlSAXParseDTD bug #119536 raised by Malcolm Tredinnick with

* parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
  Malcolm Tredinnick with the patch he suggested.
Daniel
This commit is contained in:
Daniel Veillard
2003-08-14 23:57:26 +00:00
parent e8ed62033c
commit bf1e3d8346
2 changed files with 6 additions and 1 deletions

View File

@ -9600,7 +9600,7 @@ xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID,
if (ctxt->sax != NULL)
xmlFree(ctxt->sax);
ctxt->sax = sax;
ctxt->userData = NULL;
ctxt->userData = ctxt;
}
/*