mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel
* parser.c: fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* parser.c: fixed bug #131745 raised by Shaun McCance with the
|
||||||
|
suggested patch
|
||||||
|
|
||||||
Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
|
Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
|
* xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
|
||||||
|
1
parser.c
1
parser.c
@@ -11736,6 +11736,7 @@ xmlCtxtReset(xmlParserCtxtPtr ctxt)
|
|||||||
|
|
||||||
ctxt->wellFormed = 1;
|
ctxt->wellFormed = 1;
|
||||||
ctxt->nsWellFormed = 1;
|
ctxt->nsWellFormed = 1;
|
||||||
|
ctxt->disableSAX = 0;
|
||||||
ctxt->valid = 1;
|
ctxt->valid = 1;
|
||||||
ctxt->vctxt.userData = ctxt;
|
ctxt->vctxt.userData = ctxt;
|
||||||
ctxt->vctxt.error = xmlParserValidityError;
|
ctxt->vctxt.error = xmlParserValidityError;
|
||||||
|
Reference in New Issue
Block a user