unexpected-eof outcome is not replaced with PE in XML report generator.
To fix add
#ifndef ENABLE_UNEXPECTED_EOF
if (result == _unexpected_eof) {
result = _pe;
}
#endif
before printing XML
Original issue reported on code.google.com by stan...@gmail.com on 14 Dec 2013 at 12:24
Original issue reported on code.google.com by
stan...@gmail.com
on 14 Dec 2013 at 12:24