lwIP - A Lightweight TCP/IP stack - Bugs: bug #64049, pbuf_get_contiguous returns...
You are not allowed to post comments on this tracker with your current authentication level.
bug #64049: pbuf_get_contiguous returns section does not make sense
Submitter: | Keith Burton <kbkb> | ||
Submitted: | Sat 15 Apr 2023 06:00:45 AM UTC | ||
Category: | Documentation | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
lwIP version: | 2.1.3 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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.
No changes have been made to this item
pbuf_get_contiguous returns section does not make sense. It is inconsistent with the function return type and the description.
Should be :
"pointer to returned memory ( or NULL if failed )"
or similar