Revision 4a1ec80d
| ID | 4a1ec80d496e7754cf5a8c0f96322b2871094a31 |
usb: do not release recv buffer in wrapper
The actual recv buffer will be automatically released when dereferenced.
By releasing this buffer early we allowed for a race condition:
Subsequent wrapper buffers that shared the same actual buffer
could get their memory filled by new recvd packets from the USB layer.
Files
- added
- modified
- copied
- renamed
- deleted