Browse Source
Commit 2848a613ac
introduced a bug where
lwip_socket_free_incoming() accessed pcb.tcp->state after the PCB was
closed. The state may have changed due to that close call, or the PCB may
be freed and therefore invalid. This commit fixes that by calling
lwip_socket_free_incoming() before the PCB is closed.
pull/4820/head
Damien George
6 years ago
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue