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: Sylvain Rochet
Subject: [lwip-devel] [bug #63938] On apprupt tcp interrupten the pcb->next list points to itself
Date: Tue, 21 Mar 2023 11:34:36 -0400 (EDT)

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

Linked list corruption is the most common issue of contexts clash.

Please add support for LWIP_ASSERT_CORE_LOCKED (and LWIP_MARK_TCPIP_THREAD if
necessary) before anything else.

(As a side note, tcp_recved() is usually called from the TCP recv callback
and, as such, does not need locking).


    _______________________________________________________

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]