Mirror of lwfinger's Linux driver for RTL8188EU (with Linux 6.8 and 6.10 support!)
Find a file
Larry Finger 4769256ac2 rtl8188eu: Fix smatch warnings in core/rtw_cmd.c
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>
2013-09-05 12:03:09 -05:00
core rtl8188eu: Fix smatch warnings in core/rtw_cmd.c 2013-09-05 12:03:09 -05:00
hal rtl8188eu: Remove include/circ_buf.h 2013-08-15 20:09:00 -05:00
include Remove duplicated CONFIG_AP_MODE check. 2013-09-05 15:16:49 +02:00
os_dep rtl8188eu: Remove include/circ_buf.h 2013-08-15 20:09:00 -05:00
.gitignore rtl8188eu: Finish of cleanup of byte order files 2013-05-15 13:15:11 -05:00
COPYING rtl8188eu: Add COPYING to complete the GPLv2 license 2013-07-25 09:45:43 -05:00
Makefile rtl8188eu: Remove CONFIG_USB_AUTOSUSPEND - not defined 2013-07-22 15:52:08 -05:00