Changeset 52575 in vbox for trunk/src/VBox/HostDrivers/Support/freebsd
- Timestamp:
- Sep 3, 2014 7:36:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
r52192 r52575 411 411 return rc; 412 412 } 413 if (Hdr.cbIn < cbReq) 414 RT_BZERO((uint8_t *)pHdr + Hdr.cbIn, cbReq - Hdr.cbIn) 413 415 } 414 416 else … … 421 423 * Process the IOCtl. 422 424 */ 423 int rc = supdrvIOCtl(ulCmd, &g_VBoxDrvFreeBSDDevExt, pSession, pHdr );425 int rc = supdrvIOCtl(ulCmd, &g_VBoxDrvFreeBSDDevExt, pSession, pHdr, cbReq); 424 426 if (RT_LIKELY(!rc)) 425 427 {
Note:
See TracChangeset
for help on using the changeset viewer.