mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-19 05:43:19 +03:00
uninitialized field and fix on test. Daniel
* debugXML.c result/XPath/xptr/strrange2: uninitialized field and fix on test. Daniel
This commit is contained in:
@ -66,6 +66,7 @@ xmlCtxtDumpInitCtxt(xmlDebugCtxtPtr ctxt)
|
||||
ctxt->node = NULL;
|
||||
ctxt->dict = NULL;
|
||||
ctxt->nodict = 0;
|
||||
ctxt->options = 0;
|
||||
for (i = 0; i < 100; i++)
|
||||
ctxt->shift[i] = ' ';
|
||||
ctxt->shift[100] = 0;
|
||||
|
Reference in New Issue
Block a user