VirtualBox

Ignore:
Timestamp:
Nov 26, 2009 2:27:08 PM (15 years ago)
Author:
vboxsync
Message:

SUPR3HardenedVerify.cpp: Fixed shadowed rc which would cause VINF_SUCCESS to be returned on failure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp

    r22196 r25002  
    445445    {
    446446        char szPath[RTPATH_MAX];
    447         int rc = supR3HardenedMakeFilePath(pFile, szPath, sizeof(szPath), true, fFatal);
     447        rc = supR3HardenedMakeFilePath(pFile, szPath, sizeof(szPath), true, fFatal);
    448448        if (RT_SUCCESS(rc))
    449449        {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette