VirtualBox

Changeset 71889 in vbox


Ignore:
Timestamp:
Apr 17, 2018 10:54:11 PM (6 years ago)
Author:
vboxsync
Message:

SUPDrv: We should no longer need the exec flag on this type of memory allocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp

    r71699 r71889  
    36033603        int rc2;
    36043604        if (ppvR3)
    3605             rc = RTR0MemObjMapUser(&Mem.MapObjR3, Mem.MemObj, (RTR3PTR)-1, 0,
    3606                                    RTMEM_PROT_EXEC | RTMEM_PROT_WRITE | RTMEM_PROT_READ, NIL_RTR0PROCESS);
     3605            rc = RTR0MemObjMapUser(&Mem.MapObjR3, Mem.MemObj, (RTR3PTR)-1, 0, RTMEM_PROT_WRITE | RTMEM_PROT_READ, NIL_RTR0PROCESS);
    36073606        else
    36083607            Mem.MapObjR3 = NIL_RTR0MEMOBJ;
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