Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix incorrect result of SymbolModuleBase::LoadDiaViaLoadLibrary
This fixes pdbex crash - If dll not exist or has wrong architecture the LoadDiaViaLoadLibrary code will produce incorrect result and pass error checking, later this will crash pdbex as invalid memory (NULL) will be dereferenced.
- Loading branch information