winedump: Don't fail on extra stream entry in PDB.
Latest versions of MSVC use this. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
parent
d96864eb4f
commit
525f990e70
1 changed files with 1 additions and 0 deletions
|
@ -3809,6 +3809,7 @@ static BOOL pdb_process_internal(const struct process* pcs,
|
|||
/* no fpo ext stream in this case */
|
||||
break;
|
||||
case sizeof(PDB_STREAM_INDEXES):
|
||||
case sizeof(PDB_STREAM_INDEXES) + 2:
|
||||
psi = (PDB_STREAM_INDEXES*)((const char*)symbols_image + sizeof(PDB_SYMBOLS) +
|
||||
symbols.module_size + symbols.sectcontrib_size +
|
||||
symbols.segmap_size + symbols.srcmodule_size +
|
||||
|
|
Loading…
Add table
Reference in a new issue