From 05e177e2c8e3145f732d5eeec3fb5ac17818853d Mon Sep 17 00:00:00 2001 From: jgrubb Date: Sat, 14 Jul 2007 00:21:37 +0000 Subject: [PATCH] +bug fix #20478: memp_malloc now returns NULL for failed allocation (instead of NULL+MEMP_SIZE) --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 29f606c5..bd1c39c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.