USB: usbfs: only copy the actual data received
commit d4a4683c upstream We need to only copy the data received by the device to userspace, not the whole kernel buffer, which can contain "stale" data. Thanks to Marcus Meissner for pointing this out and testing the fix. Reported-by:Marcus Meissner <meissner@suse.de> Tested-by:
Marcus Meissner <meissner@suse.de> Cc: Alan Stern <stern@rowland.harvard.edu> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: stable <stable@kernel.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de> Acked-by:
Jeff Mahoney <jeffm@suse.com>
Loading
Please sign in to comment