CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/05/17 03:14:09
Modified files:
sys/dev/usb : urio.c
Log message:
Make it clear that the code related to a transfer submission doesn't
leak anything to userland because it doesn't set the USBD_SHORT_XFER_OK
flag.
Also prevent a bad copy/paste from introducing a similar issue by using
the actual transferred length instead of the requested one in uiomove().
ok miod@
