- Package:
- libtinyxml2.6.2
- Source:
- tinyxml
- Submitter:
- Jakub Wilk
- Date:
- 2015-03-09 20:33:09 UTC
- Severity:
- normal
TinyXML hangs forever (or at least for one minute :-P) when trying to load the attached file: $ make prettyprintxml CXXFLAGS="-g -O2 -Wall" LDFLAGS=-ltinyxml g++ -g -O2 -Wall -ltinyxml prettyprintxml.cc -o prettyprintxml $ ./prettyprintxml hang.xml [nothing happens...] This bug was found using American fuzzy lop: http://lcamtuf.coredump.cx/afl/ (available in Debian experimental)