wbenny / pdbex

pdbex is a utility for reconstructing structures and unions from the PDB into compilable C headers
MIT License
814 stars 160 forks source link

incorrect condition for check result produce crash #11

Open marakew opened 4 years ago

marakew commented 4 years ago

if we have error for load dll at here https://github.com/wbenny/pdbex/blob/master/Source/PDB.cpp#L77 we are skip this condition https://github.com/wbenny/pdbex/blob/master/Source/PDB.cpp#L115 FAILED check for < 0 then we return FALSE so we crash when continue to deref pointer m_DataSource here https://github.com/wbenny/pdbex/blob/master/Source/PDB.cpp#L152