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 d6227aece6
commit f13615d97a
2 changed files with 12 additions and 9 deletions

View File

@@ -57,6 +57,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)