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
parent ba28d36e67
commit 4002aef594
2 changed files with 10 additions and 5 deletions

View File

@@ -27,6 +27,10 @@ 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"