amorlzu / pugixml

Automatically exported from code.google.com/p/pugixml
0 stars 0 forks source link

Super bug! #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pugi::xml_document response;
pugi::xml_parse_result result = response.load("bla bla bla");

result is ok!

Borland C++ Builder 6.0

Original issue reported on code.google.com by torabora...@gmail.com on 5 Sep 2013 at 8:00

GoogleCodeExporter commented 9 years ago
This is a known issue; I'm working on adding extra validation to catch that.

Original comment by arseny.k...@gmail.com on 5 Sep 2013 at 2:51