| commit | b0816ebbc2feffe7c1dda0c4e415150fb588c4f4 | [log] [tgz] |
|---|---|---|
| author | Kangjie Lu <kangjielu@gmail.com> | Tue May 03 16:32:16 2016 -0400 |
| committer | Nick Reuter <nreuter85@gmail.com> | Fri Aug 05 02:09:34 2016 -0500 |
| tree | f8b7db80935bbcf325c5b0861f4dffc19a3d84b8 | |
| parent | 6b11f1d7b0eb59d24123f61b97659eb84dbe336b [diff] |
USB: usbfs: fix potential infoleak in devio The stack object “ci” has a total size of 8 bytes. Its last 3 bytes are padding bytes which are not initialized and leaked to userland via “copy_to_user”. Change-Id: Icd49231ee1862682739a871ae78a5602ee104731 Signed-off-by: Kangjie Lu <kjlu@gatech.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>