ChangeSet ID: 10033475630565107823349535
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/17 15:39:23
Modified files:
dlls/ntdll : debugtools.c
Log message:
Johan Gill <johane(a)lysator.liu.se>
Relay tracing would crash if it came upon a function call with an
invalid pointer as a parameter.
Patch: http://cvs.winehq.com/patch.py?id=10033475630565107823349535
Revision Changes Path
1.11 +76 -22 wine/dlls/ntdll/debugtools.c
ChangeSet ID: 1003268818978390322066844
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/16 17:46:58
Modified files:
tools/winedump : main.c output.c pe.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- eliminate different segmentation faults.
- when attempting to open a dll, append ".dll" to find it (was
stripped previously).
- identify named exports so that the ordinal number is "@" in .spec
file.
- setup output dll name prior to creating ordinal symbols.
- don't overlay the named exports with the ordinal exports.
- correct test for last symbol.
- fix generated install script to match current make files.
Patch: http://cvs.winehq.com/patch.py?id=1003268818978390322066844
Revision Changes Path
1.4 +1 -0 wine/tools/winedump/main.c
1.2 +12 -12 wine/tools/winedump/output.c
1.5 +31 -18 wine/tools/winedump/pe.c
ChangeSet ID: 1002745618833602870814502
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/10 16:26:59
Modified files:
files : file.c
Log message:
Mike McCormack <mike_mccormack(a)start.com.au>
Do overlapped reads if and only if the file was opened with
FILE_FLAG_OVERLAPPED.
Patch: http://cvs.winehq.com/patch.py?id=1002745618833602870814502
Revision Changes Path
1.115 +23 -8 wine/files/file.c