Mirror of lwfinger's Linux driver for RTL8188EU (with Linux 6.8 and 6.10 support!)
Find a file
Larry Finger ab6511b485 rtl8188eu: Fix smatch warnings in hal/rtl8188e_hal_init.c, part 2
Smatch displays the following:
  CHECK   /home/finger/rtl8188eu/hal/rtl8188e_hal_init.c
/home/finger/rtl8188eu/hal/rtl8188e_hal_init.c:1695 hal_EfusePgPacketWriteData() info: ignoring unreachable code.
/home/finger/rtl8188eu/hal/rtl8188e_hal_init.c:2269 Hal_ReadPowerValueFromPROM_8188E() error: buffer overflow 'pwrInfo24G->IndexBW40_Base[rfPath]' 5 <= 5
/home/finger/rtl8188eu/hal/rtl8188e_hal_init.c:2466 Hal_ReadTxPowerInfo88E() error: buffer overflow 'pHalData->Index24G_CCK_Base[rfPath]' 14 <= 14
/home/finger/rtl8188eu/hal/rtl8188e_hal_init.c:2468 Hal_ReadTxPowerInfo88E() error: buffer overflow 'pHalData->Index24G_BW40_Base[rfPath]' 14 <= 14
/home/finger/rtl8188eu/hal/rtl8188e_hal_init.c:2474 Hal_ReadTxPowerInfo88E() error: buffer overflow 'pHalData->Index24G_CCK_Base[rfPath]' 14 <= 14
/home/finger/rtl8188eu/hal/rtl8188e_hal_init.c:2475 Hal_ReadTxPowerInfo88E() error: buffer overflow 'pHalData->Index24G_BW40_Base[rfPath]' 14 <= 14

An editing error split this patch into two parts.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2013-09-05 22:33:51 -05:00
core rtl8188eu: Fix smatch warning in core/rtw_xmit.c 2013-09-05 22:25:22 -05:00
hal rtl8188eu: Fix smatch warnings in hal/rtl8188e_hal_init.c 2013-09-05 22:32:25 -05:00
include rtl8188eu: Fix smatch warnings in hal/rtl8188e_hal_init.c, part 2 2013-09-05 22:33:51 -05:00
os_dep rtl8188eu: Fix smatch warnings in os_dep/ioctl_linux.c 2013-09-05 17:36:23 -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