linux/drivers/staging/rtl8188eu
Dan Carpenter 7a081ea20e staging: r8188eu: memory corruption handling long ssids
We should cap the SSID length at NDIS_802_11_LENGTH_SSID (32) characters
to avoid memory corruption.  If the SSID is too long then I have opted
to ignore it instead of truncating it.

We don't need to clear bssid->Ssid.Ssid[0] because this struct is
allocated with rtw_zmalloc()

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-02-07 09:19:30 -08:00
..
core staging: r8188eu: memory corruption handling long ssids 2014-02-07 09:19:30 -08:00
hal staging: r8188eu: Eliminate enum ODM_RADIO_PATH in favor of rf_radio_path 2014-01-08 19:18:08 -08:00
include Staging: rtl8188eu: Fixed "foo * bar" related coding style issues 2014-01-13 15:19:41 -08:00
os_dep Staging driver tree patches for 3.14-rc1 2014-01-20 15:51:35 -08:00
Kconfig staging: r8188eu: Insert Kconfig files for new driver 2013-08-22 10:20:31 -07:00
Makefile drivers: staging: rtl8188eu: use 'ccflags-y' instead of EXTRA_CFLAGS in Makefile 2013-10-27 07:12:58 -07:00
TODO staging: r8188eu: Convert driver to use external firmware 2013-10-14 09:34:15 -07:00