mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 00:53:37 +08:00
Fix bug #20480: Check the pcb passed to tcp_listen() for the correct state (must be CLOSED).
This commit is contained in:
@@ -247,6 +247,10 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-07-24 Simon Goldschmidt
|
||||
* api_msg.c, tcp.c: Fix bug #20480: Check the pcb passed to tcp_listen() for the
|
||||
correct state (must be CLOSED).
|
||||
|
||||
2007-07-13 Thomas Taranowski (commited by Jared Grubb)
|
||||
* memp.c: Fix bug #20478: memp_malloc returned NULL+MEMP_SIZE on failed
|
||||
allocation. It now returns NULL.
|
||||
|
||||
Reference in New Issue
Block a user