Changeset 33832 in vbox
- Timestamp:
- Nov 8, 2010 11:34:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
r33740 r33832 949 949 } 950 950 *pszDst++ = *pszSrc++; 951 if ( pszDst - &pInfo->szPath[0]>= SUPR3HARDENED_MAX_PATH)951 if ((uintptr_t)(pszDst - &pInfo->szPath[0]) >= SUPR3HARDENED_MAX_PATH) 952 952 return supR3HardenedSetError3(VERR_SUPLIB_PATH_TOO_LONG, pszErr, cbErr, 953 953 "The path is too long: '", pszPath, "'");
Note:
See TracChangeset
for help on using the changeset viewer.

