- Timestamp:
- Jul 22, 2016 4:06:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r62456 r62457 1445 1445 if (pMemInfo->AllocationBase != MemInfo2.AllocationBase) 1446 1446 break; 1447 if ( pMemInfo2.RegionSize == 0)1447 if (MemInfo2.RegionSize == 0) 1448 1448 break; 1449 1449 cbFree += MemInfo2.RegionSize;
Note:
See TracChangeset
for help on using the changeset viewer.