acrn-kernel/drivers/staging/rtl8192e
Lee Gibson 8687bf9ef9 staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scan
Function _rtl92e_wx_set_scan calls memcpy without checking the length.
A user could control that length and trigger a buffer overflow.
Fix by checking the length is within the maximum allowed size.

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Lee Gibson <leegib@gmail.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210226145157.424065-1-leegib@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-03-10 09:23:28 +01:00
..
rtl8192e staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scan 2021-03-10 09:23:28 +01:00
Kconfig staging: rtl8192e: fix kconfig dependency on CRYPTO 2021-03-10 09:23:28 +01:00
Makefile
TODO
dot11d.c
dot11d.h
rtl819x_BA.h
rtl819x_BAProc.c
rtl819x_HT.h
rtl819x_HTProc.c
rtl819x_Qos.h
rtl819x_TS.h
rtl819x_TSProc.c
rtllib.h
rtllib_crypt_ccmp.c
rtllib_crypt_tkip.c
rtllib_crypt_wep.c
rtllib_debug.h
rtllib_module.c
rtllib_rx.c staging: rtl8192e: fix bool comparison in expressions 2020-12-28 15:12:25 +01:00
rtllib_softmac.c staging: rtl8192e: remove braces from single-line block 2021-02-08 15:24:57 +01:00
rtllib_softmac_wx.c
rtllib_tx.c staging: rtl8192e: fix bool comparison in expressions 2020-12-28 15:12:25 +01:00
rtllib_wx.c staging: rtl8192e: remove multiple blank lines 2021-02-13 22:37:49 +01:00