- Timestamp:
- Oct 10, 2014 11:01:28 AM (10 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r53021 r53025 1523 1523 if (NT_SUCCESS(rcNt)) 1524 1524 { 1525 pvFree = MemInfo.BaseAddress; cbFree = MemInfo.RegionSize; /* fudge */ 1526 NtFreeVirtualMemory(pThis->hProcess, &pvFree, &cbFree, MEM_RELEASE); /* fudge */ 1527 1525 1528 pvFree = MemInfo.BaseAddress; 1526 1529 cbFree = MemInfo.RegionSize; -
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r53021 r53025 3527 3527 if (RT_FAILURE(rc)) 3528 3528 supR3HardenedWinKillChild(pThis, "supR3HardNtChildPurify", rc, 3529 "supHardenedWinVerifyProcess failed with %Rrc: %s", g_ErrInfoStatic.szMsg);3529 "supHardenedWinVerifyProcess failed with %Rrc: %s", rc, g_ErrInfoStatic.szMsg); 3530 3530 if (cFixes == 0) 3531 3531 {
Note:
See TracChangeset
for help on using the changeset viewer.