If '\000' is there, tinyxmlparser will hang forever.
Test file: test.xml
hexdump -C test.xml output
00000000 3c 61 3e 61 00 3c 2f 61 3e 0a |<a>a.</a>.| 0000000a
true, TinxXML does not handle it. However 0 bytes are not allowed in XML documents, see XML spec section 2.2
Log in to post a comment.
true, TinxXML does not handle it. However 0 bytes are not allowed in XML documents, see XML spec section 2.2