VirtualBox

Changeset 52535 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Aug 31, 2014 7:21:11 PM (10 years ago)
Author:
vboxsync
Message:

supR3HardenedWinVerifyCacheInsert: bug fix in collision case.

File:
1 edited

Legend:

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

    r52529 r52535  
    550550            if (   pOther->uHash  == pEntry->uHash
    551551                && pOther->cbPath == pEntry->cbPath
    552                 && supR3HardenedWinVerifyCacheIsMatch(pOther->wszPath, pEntry->wszPath, pEntry->cbPath))
     552                && supR3HardenedWinVerifyCacheIsMatch(pOther->wszPath, pEntry->wszPath, pEntry->cbPath / sizeof(RTUTF16)))
    553553                break;
    554554            ppEntry = &pOther->pNext;
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