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:
8550be0
)
staging: r8712u: Fix possible out-of-bounds index with TKIP and AES keys
author
Larry Finger
<Larry.Finger@lwfinger.net>
Sat, 8 Oct 2011 19:01:06 +0000
(14:01 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 11 Oct 2011 16:02:49 +0000
(10:02 -0600)
Array XGrpKey has only 2 elements and uses (keyid - 1) as the index, which
allows the possibility of memory corruption from an out-of-bounds index.
This problem was reported by a new version of smatch.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found