GNOME Bugzilla – Bug 141824
crash when processing special characters
Last modified: 2004-12-22 21:47:04 UTC
libxml++ crashes with the following backtrace when parsing a document which contains the é character with the sax parser.
+ Trace 46632
I'm attaching a test case.
Created attachment 27365 [details] test xml file which crashes the parser
Created attachment 27366 [details] c++ source code containing main function (to be called with xml file name as argument)
Created attachment 27367 [details] c++ source code containing the sax parser
Created attachment 27368 [details] header file for sax parser class