fixed bug #35537: MEMP_NUM_* sanity checks should be disabled with MEMP_MEM_MALLOC==1

This commit is contained in:
goldsimon
2012-02-16 07:33:38 +01:00
parent 162432fe24
commit 8c5edcf564
2 changed files with 27 additions and 15 deletions

View File

@@ -62,6 +62,10 @@ HISTORY
++ Bugfixes:
2012-02-15: Simon Goldschmidt
* init.c: fixed bug #35537: MEMP_NUM_* sanity checks should be disabled with
MEMP_MEM_MALLOC==1
2012-02-12: Simon Goldschmidt
* tcp.h, tcp_in.c, tcp_out.c: partly fixed bug #25882: TCP hangs on
MSS > pcb->snd_wnd (by not creating segments bigger than half the window)