You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libromdata] EXEPrivate::addFields_PE_Manifest(): Check for DelayLoad here.
Previously, we were checking for DelayLoad in loadWin32ManifestResource().
This doesn't actually work properly because it takes a reference to
XMLDocument, which means XMLDocument must have been constructed prior
to calling loadWin32ManifestResource().
Check for DelayLoad before calling loadWin32ManifestResource().
This fixes the crash reported in #313: tinyxml2.dll isn't packaged correctly
Reported by @ccawley2011.
0 commit comments