Staging: vt6656: potential memory corruption
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 29 Sep 2011 06:13:18 +0000 (09:13 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 30 Sep 2011 00:34:50 +0000 (17:34 -0700)
param->u.wpa_key.key_len comes from the user.  If it's too large we
would write past the end of the array.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found