Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.8.0
-
None
-
Linux/Ubuntu
Description
If the following two lines
// Causes crash when a malformed XML document is validated:
parser->setExitOnFirstFatalError (false);
are inserted in SAX2Count.cpp at line 332, a segfault occurs when the program is fed an instance which is not well-formed.