CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/03/03 16:26:56
Modified files: sys/dev/usb : if_urndis.c Log message: In urndis_ctrl_recv(), don't copy the received data to a newly allocated buffer of the exact response when we can just pass on the buffer. It's going to be released right away anyway.