diff options
| author | Dan Carpenter <[email protected]> | 2011-10-18 09:50:43 +0300 |
|---|---|---|
| committer | John W. Linville <[email protected]> | 2011-11-08 15:53:59 -0500 |
| commit | 5a5ee76e09b1f5a3a550127aecc2ea4d59f17963 (patch) | |
| tree | 66e9d4a71f6b22cc488260f28444fc197d6ff751 /tools/perf/scripts/python/bin | |
| parent | ec3cbb9ce241da90b9d43e49996fae5082c6b6f7 (diff) | |
iwmc3200wifi: add some more range checks
My previous patch added a check to get_key() but missed a couple
other places which need range checks.
The problem here is that wifi drivers have different numbers of keys.
The lower levels assume that they can have up to 4 default keys and
2 management keys but this driver only has the default keys so we
could go past the end of the ->keys[] array.
Signed-off-by: Dan Carpenter <[email protected]>
Acked-by: Samuel Ortiz <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions