Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp pcbs) by checking if the pcb was bound (local_port != 0).

This commit is contained in:
goldsimon
2011-03-27 17:12:26 +00:00
parent b5dd87b184
commit 11b1c9f19f
2 changed files with 15 additions and 3 deletions

View File

@@ -237,6 +237,10 @@ HISTORY
++ Bugfixes:
2011-03-27: Simon Goldschmidt
* tcp.c: Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp
pcbs) by checking if the pcb was bound (local_port != 0).
2011-03-27: Simon Goldschmidt
* ppp.c: Fixed bug #32280 (ppp: a pbuf is freed twice)