Re: [PATCH v3] staging: rtl8723bs: prevent ->ssid overflow in rtw_wx_set_scan()
From: Dan Carpenter <hidden>
Date: 2021-08-27 13:06:41
Also in:
lkml
From: Dan Carpenter <hidden>
Date: 2021-08-27 13:06:41
Also in:
lkml
On Fri, Aug 27, 2021 at 08:50:59PM +0800, Wenlong Zhang wrote:
Commit 74b6b20df8cf ("staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()")
fixed up the staging driver rtl8188eu by adding another check
to prevent writing beyond the end of the ->ssid[] array.
Resolve this by properly fixing up the rtl8723bs driver's version of
rtw_wx_set_scan()
Fixes: 74b6b20df8cf ("staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()")
Signed-off-by: Wenlong Zhang <redacted>
---This still doesn't apply at all. I do not think you are writing the patch against linux-next. regards, dan carpenter