Commit 525f990e authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winedump: Don't fail on extra stream entry in PDB.

Latest versions of MSVC use this. Signed-off-by: 's avatarEric Pouech <epouech@codeweavers.com>
parent d96864eb
......@@ -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 +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment