mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
more types, more coverage more problems fixed Daniel
* gentest.py testapi.c: more types, more coverage * parser.c parserInternals.c relaxng.c valid.c xmlIO.c xmlschemastypes.c: more problems fixed Daniel
This commit is contained in:
2
parser.c
2
parser.c
@@ -10059,6 +10059,8 @@ xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data,
|
||||
xmlParserCtxtPtr ctxt;
|
||||
xmlParserInputPtr inputStream;
|
||||
xmlParserInputBufferPtr buf;
|
||||
|
||||
if (ioread == NULL) return(NULL);
|
||||
|
||||
buf = xmlParserInputBufferCreateIO(ioread, ioclose, ioctx, enc);
|
||||
if (buf == NULL) return(NULL);
|
||||
|
Reference in New Issue
Block a user