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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to