1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

- SAX.c testDocbook.c DOCBparser.c: more work on the support

of external parsed entities, added --noent to testDocbook
- valid.c: Garry Pennington found an uninitialized variable
  access in xmlValidateElementContent()
Daniel
This commit is contained in:
Daniel Veillard
2001-04-24 13:55:12 +00:00
parent 56098d4f35
commit 61b33d5733
6 changed files with 329 additions and 92 deletions

View File

@ -3661,6 +3661,7 @@ xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child,
/*
* The first entry in the stack is reserved to the current state
*/
ctxt->nodeTab = NULL;
ctxt->vstate = &ctxt->vstateTab[0];
ctxt->vstateNr = 1;
CONT = cont;