VirtualBox

Changeset 52020 in vbox


Ignore:
Timestamp:
Jul 14, 2014 8:09:41 PM (10 years ago)
Author:
vboxsync
Message:

Shot at burning Windows build box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/memsafer-generic.cpp

    r52018 r52020  
    136136        if (RT_SUCCESS(rc))
    137137        {
    138             rc = SUPR3PageProtect(pvNew, NIL_RTR0PTR, PAGE_SIZE + cbUser, PAGE_SIZE, RTMEM_PROT_NONE);
     138            Assert(cb == (size_t)((uint32_t)(PAGE_SIZE + cbUser)));
     139            rc = SUPR3PageProtect(pvNew, NIL_RTR0PTR, PAGE_SIZE + (uint32_t)cbUser, PAGE_SIZE, RTMEM_PROT_NONE);
    139140            if (RT_SUCCESS(rc))
    140141            {
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