Changeset 52535 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Aug 31, 2014 7:21:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r52529 r52535 550 550 if ( pOther->uHash == pEntry->uHash 551 551 && pOther->cbPath == pEntry->cbPath 552 && supR3HardenedWinVerifyCacheIsMatch(pOther->wszPath, pEntry->wszPath, pEntry->cbPath ))552 && supR3HardenedWinVerifyCacheIsMatch(pOther->wszPath, pEntry->wszPath, pEntry->cbPath / sizeof(RTUTF16))) 553 553 break; 554 554 ppEntry = &pOther->pNext;
Note:
See TracChangeset
for help on using the changeset viewer.