Browse Source

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

STABLE-2_1_x
jgrubb 19 years ago
parent
commit
05e177e2c8
  1. 4
      CHANGELOG

4
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.

Loading…
Cancel
Save