commit | 681fef8380eb818c0b845fca5d2ab1dcbab114ee | [log] [tgz] |
---|---|---|
author | Kangjie Lu <kangjielu@gmail.com> | Tue May 03 16:32:16 2016 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 03 14:32:07 2016 -0700 |
tree | f3f41b4a1a87cc8101b627ab61ee96b2b4ba48c9 | |
parent | 973986126a4152ab83d09263a02bf7d2d1bf3b6e [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”. Signed-off-by: Kangjie Lu <kjlu@gatech.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>