lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #10121] bug: httpd creates circular linked list that


From: Slion
Subject: [lwip-devel] [patch #10121] bug: httpd creates circular linked list that causes an infinite loop
Date: Fri, 4 Oct 2024 03:43:38 -0400 (EDT)

Follow-up Comment #5, patch #10121 (group lwip):

Thanks for clarifying that. I think I'm starting to understand what going on.

So when you feed the stack from ethernet_input() you basically surrender
ownership of the given pbuf to the stack or apps and should not be calling
pbuf_free() when ethernet_input() returns right?

However that's exactly what this example does:
https://github.com/hathach/tinyusb/blob/master/examples/device/net_lwip_webserver/src/main.c


    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?10121>

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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