CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/05/17 03:09:11
Modified files: sys/dev/usb : usb.c ugen.c Log message: Don't leak information to userland in case the actual transfer length is smaller than the requested one. From ws@NetBSD via miod@. This problem can only occur when the USBD_SHORT_XFER_OK flag is set, otherwise completed transfers with a length smaller than the one submitted are treated as errors. ok miod@