Created by: AMS21
- Initialize
m_bIgnoreMissingEndTagError
- Pass down
bool fatal
toParseFile
. Previously we would still hit assertions for invalid#includes
withfatal
set tofalse
- Fix potential use of
nullptr
whenstrstr
returnsnullptr
- Introduce a non failing variant of
r_string
calledtry_r_string
- Fix various problems with the handling of
#include
, remove not needed string copy and give feedback on invalid things instead of silently ignoring problems. - Fix an infinite loop in tinyxml when parsing an invalid UTF-8 sequence
- Fix infinite recursion or cyclic includes causing a stack overflow