- Timestamp:
- Feb 1, 2019 10:31:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
r75282 r77107 316 316 */ 317 317 AssertCompile((SUP_IOCTL_FAST_DO_FIRST & 0xff) == (SUP_IOCTL_FLAG | 64)); 318 if ( (uintptr_t)( iCmd - SUP_IOCTL_FAST_DO_FIRST) < (uintptr_t)32318 if ( (uintptr_t)(ulCmd - SUP_IOCTL_FAST_DO_FIRST) < (uintptr_t)32 319 319 && pSession->fUnrestricted) 320 320 return supdrvIOCtlFast(ulCmd - SUP_IOCTL_FAST_DO_FIRST, *(uint32_t *)pvData, &g_VBoxDrvFreeBSDDevExt, pSession);
Note:
See TracChangeset
for help on using the changeset viewer.

