fixed bug #22249: division by zero could occur if a remote host sent a zero mss as TCP option.

This commit is contained in:
goldsimon
2008-03-26 11:57:12 +00:00
parent bcb4afa886
commit aee9c4c8e6
3 changed files with 10 additions and 3 deletions

View File

@@ -22,6 +22,10 @@ HISTORY
++ Bugfixes:
2008-03-26 Simon Goldschmidt
* tcp_in.c, tcp.c: fixed bug #22249: division by zero could occur if a remote
host sent a zero mss as TCP option.
(STABLE-1.3.0)