udp_input(): Input pbuf was not freed if pcb had no recv function registered, p->payload was modified without modifying p->len if sending icmp_dest_unreach() (had no negative effect but was definitively wrong).

This commit is contained in:
goldsimon
2007-06-03 11:32:03 +00:00
parent 75fd6fc4a4
commit 974cf08e5d
2 changed files with 14 additions and 2 deletions

View File

@@ -170,6 +170,11 @@ HISTORY
++ Bug fixes:
2007-06-03 Simon Goldschmidt
* udp.c: udp_input(): Input pbuf was not freed if pcb had no recv function
registered, p->payload was modified without modifying p->len if sending
icmp_dest_unreach() (had no negative effect but was definitively wrong).
2007-06-03 Simon Goldschmidt
* icmp.c: Corrected bug #19937: For responding to an icmp echo request, icmp
re-used the input pbuf even if that didn't have enough space to include the