mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-30 12:32:37 +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:
|
++ 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
|
2007-07-13 Frédéric Bernon
|
||||||
* api_msg.c: Fix bug #20318: api_msg "recv" callbacks don't call pbuf_free in
|
* api_msg.c: Fix bug #20318: api_msg "recv" callbacks don't call pbuf_free in
|
||||||
all error cases.
|
all error cases.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user