mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 00:53:37 +08:00
Fixed UDPLite receive: checksum was calculated wrong if checksum coverage != tot_len
This commit is contained in:
@@ -424,13 +424,14 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-10-09 Simon Goldschmidt
|
||||
* udp.c, inet.c, inet.h: Fixed UDPLite: send: Checksum was always generated too
|
||||
short and also was generated wrong if checksum coverage != tot_len;
|
||||
receive: checksum was calculated wrong if checksum coverage != tot_len
|
||||
|
||||
2007-10-08 Simon Goldschmidt
|
||||
* mem.c: lfree was not updated in mem_realloc!
|
||||
|
||||
2007-10-07 Simon Goldschmidt
|
||||
* udp.c, inet.c, inet.h: Fixed UDPLite SENDING: Checksum was always generated
|
||||
too short and also was generated wrong if checksum coverage != tot_len.
|
||||
|
||||
2007-10-07 Frédéric Bernon
|
||||
* sockets.c, api.h, api_lib.c: First step to fix "bug #20900 : Potential
|
||||
crash error problem with netconn_peer & netconn_addr". VERY IMPORTANT:
|
||||
|
||||
Reference in New Issue
Block a user