CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/22 06:31:47
Modified files:
sys/dev/usb : usb.c
Log message:
If usb_fill_udf_task() failed to fill the struct, udf_data still
contained the pointer it received from user land. usbioctl() has
to reset it, otherwise user supplied data is passed to free().
OK mpi@
