ChangeSet ID: 12409 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/05/18 22:22:56
Modified files: programs/winemenubuilder: winemenubuilder.c dlls/x11drv : x11drv_main.c dlls/winmm : playsound.c dlls/version : info.c dlls/user : hook.c dlls/shlwapi : url.c ordinal.c dlls/shell32 : shell32_main.c iconcache.c dlls/rpcrt4 : cpsf.c dlls/psapi : psapi_main.c dlls/msvcrt : data.c dlls/kernel/tests: Makefile.in .cvsignore dlls/kernel : version.c ne_module.c module.c console.c dlls/dsound : dsound_main.c dlls/devenum : devenum_main.c Added files: dlls/kernel/tests: module.c
Log message: Eric Pouech pouech-eric@wanadoo.fr GetModuleFileName[AW] doesn't terminate the string if the buffer is too small.
Patch: http://cvs.winehq.org/patch.py?id=12409
Old revision New revision Changes Path 1.12 1.13 +2 -2 wine/programs/winemenubuilder/winemenubuilder.c 1.89 1.90 +3 -1 wine/dlls/x11drv/x11drv_main.c 1.9 1.10 +4 -1 wine/dlls/winmm/playsound.c 1.43 1.44 +6 -4 wine/dlls/version/info.c 1.11 1.12 +2 -1 wine/dlls/user/hook.c 1.33 1.34 +3 -1 wine/dlls/shlwapi/url.c 1.85 1.86 +8 -2 wine/dlls/shlwapi/ordinal.c 1.132 1.133 +9 -2 wine/dlls/shell32/shell32_main.c 1.77 1.78 +6 -2 wine/dlls/shell32/iconcache.c 1.7 1.8 +21 -15 wine/dlls/rpcrt4/cpsf.c 1.19 1.20 +10 -2 wine/dlls/psapi/psapi_main.c 1.22 1.23 +12 -2 wine/dlls/msvcrt/data.c 1.15 1.16 +1 -0 wine/dlls/kernel/tests/Makefile.in 1.25 1.26 +1 -0 wine/dlls/kernel/tests/.cvsignore 1.2 1.3 +3 -1 wine/dlls/kernel/version.c 1.22 1.23 +2 -1 wine/dlls/kernel/ne_module.c 1.7 1.8 +21 -10 wine/dlls/kernel/module.c 1.31 1.32 +3 -0 wine/dlls/kernel/console.c 1.98 1.99 +3 -1 wine/dlls/dsound/dsound_main.c 1.6 1.7 +5 -2 wine/dlls/devenum/devenum_main.c Added 1.1 +0 -0 wine/dlls/kernel/tests/module.c