- Timestamp:
- May 28, 2001, 6:23:42 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/directory.cpp
r5303 r5819 1 /* $Id: directory.cpp,v 1.3 5 2001-03-12 14:16:33 sandervlExp $ */1 /* $Id: directory.cpp,v 1.36 2001-05-28 16:23:42 phaller Exp $ */ 2 2 3 3 /* … … 233 233 PSECURITY_ATTRIBUTES,arg2) 234 234 { 235 // 2001-05-28 PH 236 // verify filename first (NT4SP6) 237 // @@@PH: if (IsBadStringPtr( (LPVOID)lpstrDirectory, 0xFFFF)) 238 if (lpstrDirectory == NULL) 239 { 240 SetLastError(ERROR_PATH_NOT_FOUND); 241 return FALSE; 242 } 243 235 244 int len = strlen(lpstrDirectory); 236 245
Note:
See TracChangeset
for help on using the changeset viewer.