Changeset 25002 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 26, 2009 2:27:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
r22196 r25002 445 445 { 446 446 char szPath[RTPATH_MAX]; 447 intrc = supR3HardenedMakeFilePath(pFile, szPath, sizeof(szPath), true, fFatal);447 rc = supR3HardenedMakeFilePath(pFile, szPath, sizeof(szPath), true, fFatal); 448 448 if (RT_SUCCESS(rc)) 449 449 {
Note:
See TracChangeset
for help on using the changeset viewer.