ChangeSet ID: 14000
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/04 14:31:05
Modified files:
dlls/dbghelp : stabs.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Check for string pointer being outside of the string table.
- Only parse typedefs on stabs entries that can have them.
Patch: http://cvs.winehq.org/patch.py?id=14000
Old revision New revision Changes Path
1.10 1.11 +32 -15 wine/dlls/dbghelp/stabs.c
ChangeSet ID: 13999
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/04 14:30:50
Modified files:
dlls/dbghelp : pe_module.c msc.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Fix the loading .dbg files by no longer using RtlImageNtHeader which
would return NULL and using looking at the IMAGE_SEPARATE_DEBUG_HEADER
directly instead.
Patch: http://cvs.winehq.org/patch.py?id=13999
Old revision New revision Changes Path
1.5 1.6 +12 -7 wine/dlls/dbghelp/pe_module.c
1.6 1.7 +4 -3 wine/dlls/dbghelp/msc.c