zephyr/drivers/wifi
Loic Poulain 5283a2be98 drivers: wifi: eswifi: fix dead code in ipv4 parsing
unsigned byte value is initialized to -1 and so never satisifies
the while condition, leading to broken ipv4 parsing (dead code).
Fix this by making byte value signed.

Reported by coverity #27326.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
2020-08-07 06:58:18 -05:00
..
esp drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
eswifi drivers: wifi: eswifi: fix dead code in ipv4 parsing 2020-08-07 06:58:18 -05:00
simplelink drivers: wifi: resolve undefined macros when CONFIG_POSIX_API is set 2020-07-27 13:28:06 +02:00
winc1500 drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
CMakeLists.txt drivers: wifi: Add ESP8266 and ESP32 wifi modem driver 2020-03-21 19:08:02 +02:00
Kconfig drivers: wifi: Add ESP8266 and ESP32 wifi modem driver 2020-03-21 19:08:02 +02:00