ChangeSet ID: 20347
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/22 05:34:40
Modified files:
dlls/ole32 : storage32.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Initialize out pointer to NULL before access check in
IStorage_CreateStorage.
- WriteClassStg should return E_INVALIDARG if pstg is NULL instead of
asserting.
- ReadClassStg should return E_INVALIDARG if pstg is NULL instead of
crashing and a NULL pclsid should cause it to return the same
value.
Patch: http://cvs.winehq.org/patch.py?id=20347
Old revision New revision Changes Path
1.94 1.95 +23 -9 wine/dlls/ole32/storage32.c
ChangeSet ID: 20342
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/09/21 09:16:40
Modified files:
include : image.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Check at run-time for GD 2.x or GD 1.x so we can start using GD 2.x with the new upgraded appdb server
Patch: http://cvs.winehq.org/patch.py?id=20342
Old revision New revision Changes Path
1.4 1.5 +26 -15 appdb/include/image.php