Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2008 14:30:47 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/netinet tcp_output.c
Message-ID:  <20080907143036.K65801@maildrop.int.zabbadoz.net>
In-Reply-To: <200809071138.m87BcYYb070650@repoman.freebsd.org>
References:  <200809071138.m87BcYYb070650@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 7 Sep 2008, Bjoern A. Zeeb wrote:

> bz          2008-09-07 11:38:30 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/netinet          tcp_output.c
>  Log:
>  SVN rev 182841 on 2008-09-07 11:38:30Z by bz
>
>  Add a second KASSERT checking for len >= 0 in the tcp output path.
>
>  This is different to the first one (as len gets updated between those
>  two) and would have caught various edge cases (read bugs) at a well
>  defined place I had been debugging the last months instead of
>  triggering (random) panics further down the call graph.
>
>  MFC after:      2 months

PR:	kern/118455


>  Revision  Changes    Path
>  1.154     +7 -1      src/sys/netinet/tcp_output.c
>

-- 
Bjoern A. Zeeb              Stop bit received. Insert coin for new game.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080907143036.K65801>