commit | e007b857e88097c96c45620bf3b04a4e309053d1 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Thu Nov 24 18:13:56 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 28 13:46:40 2011 -0500 |
tree | 3ebc3353b33539c33e50335c9391f8727e826614 | |
parent | 82e5fc2a34fa9ffea38f00c4066b7e600a0ca5e6 [diff] |
nl80211: fix MAC address validation 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>