git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6835cb6
)
Staging: vt6656: potential memory corruption
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 29 Sep 2011 06:13:18 +0000
(09:13 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 30 Sep 2011 00:34:50 +0000
(17:34 -0700)
param->u.wpa_key.key_len comes from the user. If it's too large we
would write past the end of the array.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found