Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2009 11:44:17 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_output.c
Message-ID:  <200908251144.n7PBiTxF040041@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-08-25 11:44:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          tcp_output.c 
  Log:
  SVN rev 196537 on 2009-08-25 11:44:17Z by bz
  
  MFC r182841:
  
    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.
  
  Revision    Changes    Path
  1.141.2.11  +7 -1      src/sys/netinet/tcp_output.c



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