fixed bug #31723 (tcp_kill_prio() kills pcbs with the same prio) by updating its documentation only.

This commit is contained in:
goldsimon
2011-06-26 17:37:09 +00:00
committed by goldsimon
parent 22ee104a04
commit 211b8be07d
2 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ HISTORY
++ Bugfixes:
2011-06-26: Simon Goldschmidt
* tcp.c: fixed bug #31723 (tcp_kill_prio() kills pcbs with the same prio) by
updating its documentation only.
2011-06-26: Simon Goldschmidt
* mem.c: fixed bug #33545: With MEM_USE_POOLS==1, mem_malloc can return an
unaligned pointer.