patchlwIP - A Lightweight TCP/IP stack - Patches: patch #10198, SLIP: Fix appending received pbuf...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #10198: SLIP: Fix appending received pbuf to the linked list

Submitter:  David Cermak <david_cermak>
Submitted:  Tue 12 Apr 2022 11:09:11 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Planned Release:  None

Tue 12 Apr 2022 11:09:11 AM UTC, original submission:  

Append to the linked list of pbuf objects was broken so that the second (and subsequent) packets received in a SLIP transaction would be appended to themselves and consequently lost.

This resulted in these packets being dropped and the system suffering extreme memory leakage.

Reported and fixed by @webworxshop, https://github.com/espressif/esp-lwip/pull/25

David Cermak <david_cermak>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by david_cermak (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-04-12 david_cermak Attached File- Added Fix-SLIP-RX-linked-list-append.patch, #53081

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code