Fix bug #20480: Check the pcb passed to tcp_listen() for the correct state (must be CLOSED).

This commit is contained in:
goldsimon
2007-07-24 07:41:55 +00:00
parent ebcb46cd48
commit 62c3de30b9
3 changed files with 22 additions and 12 deletions

View File

@@ -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.