fixed bug #34337 (possible NULL pointer in sys_check_timeouts)

This commit is contained in:
goldsimon
2011-09-20 07:21:19 +02:00
parent 5460900b14
commit 81a49a437a
2 changed files with 12 additions and 9 deletions

View File

@@ -37,6 +37,9 @@ HISTORY
++ Bugfixes:
2011-09-20: Simon Goldschmidt
* timers.c: fixed bug #34337 (possible NULL pointer in sys_check_timeouts)
2011-09-11: Simon Goldschmidt
* tcp_out.c: use pcb->mss instead of TCP_MSS for preallocate mss-sized pbufs
(bug #34019)