commit | 7084191d53b224b953c8e1db525ea6c31aca5fc7 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Wed Feb 20 14:15:58 2008 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Feb 21 15:38:55 2008 -0800 |
tree | 6cb1288a50aa1977c48e9e32d7d61cf2204ac350 | |
parent | 274399d14f121d7676ecb75a461cfed6cf9e4cdb [diff] |
USB: usb-storage: don't access beyond the end of the sg buffer This patch (as1035) fixes a bug in usb_stor_access_xfer_buf() (the bug was originally found by Boaz Harrosh): The routine must not attempt to write beyond the end of a scatter-gather list or beyond the number of bytes requested. It also fixes up the formatting of a few comments and similar whitespace issues. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>