CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/02 05:14:17
Modified files:
sys/dev/usb : usb_subr.c
Log message:
Pass M_ZERO when allocating memory for "struct usbd_endpoint".
These descriptors are filled with value parsed from untrusted USB
descriptors and we don't want to left memory unitialized if an error
occurs during the parsing.
