VirtualBox

Changeset 107180 in vbox for trunk/src


Ignore:
Timestamp:
Nov 29, 2024 12:52:12 PM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166182
Message:

Support/win/SUPHardenedVerifyImage-win.cpp: Fixed a redundant condition (found by Parfait).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp

    r106998 r107180  
    28032803                                ULONG ulErr = RtlGetLastWin32Error();
    28042804                                fNoSignedCatalogFound = ulErr == ERROR_NOT_FOUND && fNoSignedCatalogFound != 0;
    2805                                 if (iCat == 0)
     2805                                if (ulErr == ERROR_NOT_FOUND)
    28062806                                    SUP_DPRINTF(("supR3HardNtViCallWinVerifyTrustCatFile: CryptCATAdminEnumCatalogFromHash failed ERROR_NOT_FOUND (%u)\n", ulErr));
    28072807                                else if (iCat == 0)
Note: See TracChangeset for help on using the changeset viewer.

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