mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
Mirror of lwfinger's Linux driver for RTL8188EU (with Linux 6.8 and 6.10 support!)
4769256ac2
Smatch reports the following warnings: CHECK /home/finger/rtl8188eu/core/rtw_cmd.c /home/finger/rtl8188eu/core/rtw_cmd.c:385 rtw_cmd_thread() error: buffer overflow 'wlancmds' 63 <= 63 /home/finger/rtl8188eu/core/rtw_cmd.c:403 rtw_cmd_thread() error: buffer overflow 'rtw_cmd_callback' 63 <= 63 These are caused by an off-by-one error using <= rather than <. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> |
||
---|---|---|
core | ||
hal | ||
include | ||
os_dep | ||
.gitignore | ||
COPYING | ||
Makefile |