fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an unaligned pointer.

This commit is contained in:
goldsimon
2011-06-26 17:31:10 +00:00
committed by goldsimon
parent 49e16fcbe9
commit 22ee104a04
2 changed files with 13 additions and 5 deletions

View File

@@ -17,6 +17,13 @@ HISTORY
++ Bugfixes:
2011-06-26: Simon Goldschmidt
* mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an
unaligned pointer.
2011-06-26: Simon Goldschmidt
* mem.c: fixed bug #33544 "warning in mem.c in lwip 1.4.0 with NO_SYS=1"
2011-05-25: Simon Goldschmidt
* tcp.c: fixed bug #33398 (pointless conversion when checking TCP port range)