[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] Closing connections with rawapi
From: |
Per Knytt |
Subject: |
Re: [lwip-devel] Closing connections with rawapi |
Date: |
Mon, 05 May 2014 12:10:52 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
"Simon Goldschmidt" <address@hidden> writes:
> Per Knytt wrote:
>>> What I get from reading these mails is that Per says that tcp_close()
>>> does *not* remove a CLOSED pcb from the bound list. If so, this would
>>> be a bug, but from reading the sources, it actually *does* remove it:
>>
>> No, tcp_close() does that but tcp_abort() doesn't. Calling tcp_abort()
>> to cleanup a bound, non-connected socket causes memory corruption. At
>> least in 1.4.1.
>
> Ah, yes, that would be a bug, I guess. Sorry for the confusion. Could
> you file a bug report, please?
No problem. http://savannah.nongnu.org/bugs/index.php?42299
Sincerely
Per Knytt
Re: [lwip-devel] Closing connections with rawapi, Sergio R. Caprile, 2014/05/02
Re: [lwip-devel] Closing connections with rawapi, Sergio R. Caprile, 2014/05/05