Changeset 33811 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 5, 2010 7:14:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r33806 r33811 1501 1501 * Verify that the image file and parent directories are sane. 1502 1502 */ 1503 rc = supR3HardenedVerifyFile(sz Path, NULL, pszErr, cbErr);1503 rc = supR3HardenedVerifyFile(szExecPath, RTHCUINTPTR_MAX, pszErr, cbErr); 1504 1504 if (RT_FAILURE(rc)) 1505 1505 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.