- Initialize out pointer to NULL before access check in
commit6bc4327c9248f13afe00802031a48607a7a17e20
authorRobert Shearman <rob@codeweavers.com>
Thu, 22 Sep 2005 10:34:40 +0000 (22 10:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 Sep 2005 10:34:40 +0000 (22 10:34 +0000)
tree828bf8a4d2dd30ebaa5f168f50c3960ff0d41d6f
parent1c5967c48c3686264ebca47ebb622a569f7544ee
- 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.
dlls/ole32/storage32.c