commit | 909bd5926d474e275599094acad986af79671ac9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Aug 09 12:52:31 2013 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 09 14:01:21 2013 -0400 |
tree | 0b835315a3adb9468e09d505652a7352bea01fbb | |
parent | 1206ff4ff9d2ef7468a355328bc58ac6ebf5be44 [diff] |
Hostap: copying wrong data prism2_ioctl_giwaplist() We want the data stored in "addr" and "qual", but the extra ampersands mean we are copying stack data instead. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Cc: stable@vger.kernel.org Signed-off-by: John W. Linville <linville@tuxdriver.com>