mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Fixed bug #20253: icmp_dest_unreach was called with a wrong p->payload for udp packets with no matching pcb.
This commit is contained in:
@@ -238,6 +238,10 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-06-25 Simon Goldschmidt
|
||||
* udp.c: Fixed bug #20253: icmp_dest_unreach was called with a wrong p->payload
|
||||
for udp packets with no matching pcb.
|
||||
|
||||
2007-06-25 Simon Goldschmidt
|
||||
* udp.c: Fixed bug #20220: UDP PCB search in udp_input(): a non-local match
|
||||
could get udp input packets if the remote side matched.
|
||||
|
||||
Reference in New Issue
Block a user