Fixed bug #29769 (sys_check_timeouts: sys_now() may overflow)

This commit is contained in:
goldsimon
2010-05-04 19:27:42 +00:00
parent abc36471d9
commit 71f5fdef42
3 changed files with 11 additions and 2 deletions

View File

@@ -198,6 +198,10 @@ HISTORY
++ Bugfixes:
2010-05-05: Simon Goldschmidt
* def.h, timers.c: Fixed bug #29769 (sys_check_timeouts: sys_now() may
overflow)
2010-04-21: Simon Goldschmidt
* api_msg.c: Fixed bug #29617 (sometime cause stall on delete listening
connection)