ChangeSet ID: 20566
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/04 06:30:20
Modified files:
dlls/version : info.c
Log message:
James Hawkins <truiken(a)gmail.com>
Check the size of the input buffer so we don't write past the end.
Patch: http://cvs.winehq.org/patch.py?id=20566
Old revision New revision Changes Path
1.61 1.62 +8 -2 wine/dlls/version/info.c
ChangeSet ID: 20563
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/04 06:29:37
Modified files:
programs/winetest: Makefile.in
Log message:
Jonathan Ernst <Jonathan(a)ErnstFamily.ch>
Make sure we only depend on ddraw_test if X support is enabled.
Patch: http://cvs.winehq.org/patch.py?id=20563
Old revision New revision Changes Path
1.42 1.43 +3 -1 wine/programs/winetest/Makefile.in