linux-stable/drivers/staging/rtl8723bs
Murray McAllister 920c924488 staging: rtl8723bs: Prevent an underflow in rtw_check_beacon_data().
Dan Carpenter reported an integer underflow issue in the rtl8188eu driver.
This is also needed for the length (signed integer) in rtl8723bs, as it is
later converted to an unsigned integer and used in a memcpy operation.

Original issue is at https://patchwork.kernel.org/patch/9796371/

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Murray McAllister <murray.mcallister@insomniasec.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-07-02 10:45:39 +02:00
..
core staging: rtl8723bs: Prevent an underflow in rtw_check_beacon_data(). 2018-07-02 10:45:39 +02:00
hal staging: rtl8723bs: Fix camel-case in 'struct rt_firmware_hdr'. 2018-05-25 18:47:22 +02:00
include staging: rtl8723bs: Fix grammar error in comment. 2018-05-25 18:47:22 +02:00
os_dep staging: rtl8723bs: Replace license boilerplate with SPDX identifiers 2018-05-11 11:48:24 +02:00
Kconfig
Makefile staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'. 2018-05-25 18:47:22 +02:00
TODO