lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #63938] On apprupt tcp interrupten the pcb->next list


From: Maximilian Mayr
Subject: [lwip-devel] [bug #63938] On apprupt tcp interrupten the pcb->next list points to itself
Date: Wed, 29 Mar 2023 05:31:10 -0400 (EDT)

Follow-up Comment #5, bug #63938 (project lwip):

I gues we found the problem. We called tcp_abort() within some of the
callbacks and dont return ERR_ABRT. Which can cause memory leaks.
https://www.nongnu.org/lwip/2_0_x/group__tcp__raw.html#ga468c2260ddb01582e966ddcf3c25ce61

Especially within the error callback (I guess there was the main problem). But
also within received sometimes. 


    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?63938>

_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]