xmlTextReaderValidatePush(): undesirable debug output
"Christoph M. Becker" <[email protected]> Thu, 28 Feb 2019 12:07:11 +0100
| Newsgroups | gmane.comp.gnome.lib.xml.general |
|---|---|
| Message-ID | <[email protected]> |
Hi! I'm forwarding this from <https://bugs.php.net/bug.php?id=70309>; apparently it has been overlooked to report it to the libxml2 maintainers so far. TL;DR: there is some unwrapped debug output in xmlTextReaderValidatePush() which may be triggered if RelaxNG validation is requested: <https://github.com/GNOME/libxml2/blob/2c8dc7158a3b7b028454abcb6f162c4da28ed80b/xmlreader.c#L989>. The printf() should probably be wrapped in an #ifdef DEBUG_READER or such. Regards, Christoph M. Becker