mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 08:17:34 +00:00
3246662a093dae272a895365ef3a581c7f0f98fc
tcp_listen_with_backlog() converts the full tcp_pcb to a smaller tcp_pcb_listen struct that lacks the errf field. Calling tcp_err() on a listen PCB writes past the struct boundary, causing memory corruption and crashes (confirmed on RP2040). LWIP itself asserts pcb->state != LISTEN in tcp_err().
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
613 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
