VirtualBox

Changeset 53025 in vbox for trunk


Ignore:
Timestamp:
Oct 10, 2014 11:01:28 AM (10 years ago)
Author:
vboxsync
Message:

SUP: corrected child error message and fudge the memory replace ment kludge a little.

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  
    15231523                            if (NT_SUCCESS(rcNt))
    15241524                            {
     1525                                pvFree = MemInfo.BaseAddress; cbFree = MemInfo.RegionSize;              /* fudge */
     1526                                NtFreeVirtualMemory(pThis->hProcess, &pvFree, &cbFree, MEM_RELEASE);    /* fudge */
     1527
    15251528                                pvFree = MemInfo.BaseAddress;
    15261529                                cbFree = MemInfo.RegionSize;
  • trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp

    r53021 r53025  
    35273527        if (RT_FAILURE(rc))
    35283528            supR3HardenedWinKillChild(pThis, "supR3HardNtChildPurify", rc,
    3529                                       "supHardenedWinVerifyProcess failed with %Rrc: %s", g_ErrInfoStatic.szMsg);
     3529                                      "supHardenedWinVerifyProcess failed with %Rrc: %s", rc, g_ErrInfoStatic.szMsg);
    35303530        if (cFixes == 0)
    35313531        {
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