Ignore:
Timestamp:
May 23, 2003, 3:53:43 PM (22 years ago)
Author:
sandervl
Message:

ClearCommError: lpdwError is allowed to be NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/HandleManager.cpp

    r10073 r10109  
    1 /* $Id: HandleManager.cpp,v 1.102 2003-05-06 12:06:07 sandervl Exp $ */
     1/* $Id: HandleManager.cpp,v 1.103 2003-05-23 13:53:42 sandervl Exp $ */
    22
    33/*
     
    35643564  }
    35653565
    3566   if(IsBadWritePtr(lpdwErrors,sizeof(DWORD)) ||
     3566  if((lpdwErrors != NULL && IsBadWritePtr(lpdwErrors,sizeof(DWORD))) ||
    35673567     (NULL!=lpcst && IsBadWritePtr(lpcst,sizeof(COMSTAT)) ) )
    35683568  {
Note: See TracChangeset for help on using the changeset viewer.