+bug fix #20478: memp_malloc now returns NULL for failed allocation (instead of NULL+MEMP_SIZE)

This commit is contained in:
jgrubb
2007-07-14 00:21:37 +00:00
parent eb998bda62
commit 05e177e2c8

View File

@@ -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<46>d<EFBFBD>ric Bernon
* api_msg.c: Fix bug #20318: api_msg "recv" callbacks don't call pbuf_free in
all error cases.