lwIP - A Lightweight TCP/IP stack - Bugs: bug #45544, Fix netbuf_destport() when...
You are not allowed to post comments on this tracker with your current authentication level.
bug #45544: Fix netbuf_destport() when LWIP_CHECKSUM_ON_COPY is not enabled
| Submitter: | Joel Cunningham <jcunningham> | ||
| Submitted: | Mon 13 Jul 2015 10:48:59 PM UTC | ||
| Category: | sockets/netconn | Severity: | 3 - Normal |
| Item Group: | Faulty Behaviour | Status: | Fixed |
| Privacy: | Public | Assigned to: | goldsimon |
| Open/Closed: | Closed | Planned Release: | None |
| lwIP version: | git head | ||
|
Tue 14 Jul 2015 08:18:24 PM UTC, comment #1: |
Simon Goldschmidt <goldsimon> |
|
Mon 13 Jul 2015 10:48:59 PM UTC, original submission:
The implementation of netbuf_destport() is not correct when LWIP_NETBUF_RECVINFO is enabled, but not LWIP_CHECKSUM_ON_COPY
|
Joel Cunningham <jcunningham> |
Depends on the following items: None found
Items that depend on this one: None found
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.
Follow 4 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2015-07-14 | goldsimon | Status | None | Fixed | |
| Assigned to | None | goldsimon | |||
| Open/Closed | Open | Closed | |||
| 2015-07-13 | jcunningham | Attached File | - | Added 0001-Fix-netbuf_destport.patch, #34441 |
Powered by Savane 3.12.
Corresponding source code

Fixed, thanks for reporting.