commit | 3d1ca47eba76a31ad134e5c4d841234f5a6a92c3 | [log] [tgz] |
---|---|---|
author | Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | Tue May 18 11:27:31 2010 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 02 16:13:20 2010 -0400 |
tree | 562226b42dd5881b1efef9baf6c424d638bbb0ba | |
parent | d5d1154ffdc87b618518629fce44d51834df0f2e [diff] |
rndis_wlan: increase assocbuf size and validate association info offsets from driver Buffer size for get_association_info was limited to WEXT event size. Since association info no longer is sent through WEXT, this limit is not needed. Code also did not check if data get truncated, memory outside buffer might be addressed. Fix all these. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>