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:
82e5fc2
)
nl80211: fix MAC address validation
author
Eliad Peller
<eliad@wizery.com>
Thu, 24 Nov 2011 16:13:56 +0000
(18:13 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 28 Nov 2011 18:46:40 +0000
(13:46 -0500)
MAC addresses have a fixed length. The current
policy allows passing < ETH_ALEN bytes, which
might result in reading beyond the buffer.
Cc: stable@vger.kernel.org
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found