The function passes the value of the file name C-string into String::Format
without checking for NULL value. This leads to segfault only on some system as
sprintf treatmrnt of NULL strings is platform dependent.
Should we use FormatFileLocation() there or try to keep generated XML platform
independent?
Original issue reported on code.google.com by vladlosev on 19 Jan 2011 at 4:48
Original issue reported on code.google.com by
vladlosev
on 19 Jan 2011 at 4:48