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: Thu, 3 Oct 2024 15:31:03 -0400 (EDT)

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

Same issue on Raspberry Pi Pico. It only works if you have a pbuf big enough
so that you get your whole request in a single one and pbuf_cat is never
called. Apparently setting TCP_MSS to 1500 makes for large enough pbufs but
seems to be causing a bunch of other issues where mem_malloc often fails.

Thanks for adding the assert it's rather useful.


    _______________________________________________________

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]