Fix bug #20315: possible memory leak problem if tcp_listen failed, because current code doesn't follow rawapi.txt documentation.

This commit is contained in:
fbernon
2007-07-13 13:59:11 +00:00
parent a2dffd430b
commit a891854ef5
2 changed files with 7 additions and 3 deletions

View File

@@ -241,6 +241,10 @@ HISTORY
++ Bug fixes:
2007-07-13 Frédéric Bernon
* api_msg.c: Fix bug #20315: possible memory leak problem if tcp_listen failed,
because current code doesn't follow rawapi.txt documentation.
2007-07-13 Kieran Mansley
* src/core/tcp_in.c Apply patch#5741 from Oleg Tyshev to fix bug in
out of sequence processing of received packets