ChangeSet ID: 20347 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/22 05:34:40
Modified files: dlls/ole32 : storage32.c
Log message: Robert Shearman rob@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