staging: r8712u: Fix possible buffer overrun
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 27 Nov 2012 18:08:44 +0000 (12:08 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Nov 2012 16:49:21 +0000 (08:49 -0800)
commit8b7a13c3f404cbd26b495fa9c34339cb9b7b8164
tree52ad2d0b5f1342665b867e9be00ea3f4ed175cde
parent0df1a84e0ec875d1bc12ac6aca325cb3543a7ad6
staging: r8712u: Fix possible buffer overrun

In routine r8712_report_sec_ie(), the code could set the length
of the buffer to 256; however, that value is one larger than the
corresponding memory allocation.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/mlme_linux.c
This page took 0.026103 seconds and 5 git commands to generate.