VirtualBox

Changeset 14375 in vbox


Ignore:
Timestamp:
Nov 19, 2008 7:14:38 PM (16 years ago)
Author:
vboxsync
Message:

Additions/Linux: user space should not be allowed to make uninterruptible HCGM calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r14352 r14375  
    444444                int vrc;
    445445                LogRelFunc(("client ID %u\n", pInfo->info.u32ClientID));
     446                pInfo->fInterruptible = true;  /* User space may not do uninterruptible waits */
    446447                vrc = vboxadd_cmc_call(vboxDev,
    447448                              VBOXGUEST_IOCTL_HGCM_CALL_TIMED(u32Size), pInfo);
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