mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
+bug fix #20478: memp_malloc now returns NULL for failed allocation (instead of NULL+MEMP_SIZE)
This commit is contained in:
parent
eb998bda62
commit
05e177e2c8
@ -247,6 +247,10 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-07-13 Thomas Taranowski (commited by Jared Grubb)
|
||||
* memp.c: Fix bug #20478: memp_malloc returned NULL+MEMP_SIZE on failed
|
||||
allocation. It now returns NULL.
|
||||
|
||||
2007-07-13 Frédéric Bernon
|
||||
* api_msg.c: Fix bug #20318: api_msg "recv" callbacks don't call pbuf_free in
|
||||
all error cases.
|
||||
|
Loading…
Reference in New Issue
Block a user