mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 09:03:49 +08:00
Added pbuf_alloc() return value checks in ip_frag().
This commit is contained in:
@@ -17,6 +17,10 @@ FUTURE
|
||||
|
||||
HISTORY
|
||||
|
||||
2006-03-03 Christiaan Simons
|
||||
* ipv4/ip_frag.c: Added bound-checking assertions on ip_reassbitmap
|
||||
access and added pbuf_alloc() return value checks.
|
||||
|
||||
2006-01-01 Leon Woestenberg <leon.woestenberg@gmx.net>
|
||||
* tcp_{in,out}.c, tcp_out.c: Removed 'even sndbuf' fix in TCP, which is
|
||||
now handled by the checksum routine properly.
|
||||
@@ -24,7 +28,7 @@ HISTORY
|
||||
2006-02-27 Leon Woestenberg <leon.woestenberg@gmx.net>
|
||||
* pbuf.c: Fix alignment; pbuf_init() would not work unless
|
||||
pbuf_pool_memory[] was properly aligned. (Patch by Curt McDowell.)
|
||||
|
||||
|
||||
2005-12-20 Leon Woestenberg <leon.woestenberg@gmx.net>
|
||||
* tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch
|
||||
submitted by Mitrani Hiroshi.
|
||||
|
||||
Reference in New Issue
Block a user