Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2008 11:38:30 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_output.c
Message-ID:  <200809071138.m87BcYYb070650@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  
  Revision  Changes    Path
  1.154     +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?200809071138.m87BcYYb070650>