Changeset 53331 in vbox
- Timestamp:
- Nov 14, 2014 3:02:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
r52213 r53331 662 662 * Verify the image file. 663 663 */ 664 int rc = supR3HardenedVerifyFixedFile(pszFilename, false /* fFatal */); 664 int rc = SUPR3HardenedVerifyInit(); 665 if (RT_FAILURE(rc)) 666 rc = supR3HardenedVerifyFixedFile(pszFilename, false /* fFatal */); 665 667 if (RT_FAILURE(rc)) 666 668 {
Note:
See TracChangeset
for help on using the changeset viewer.