Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2009 11:17:50 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_usrreq.c
Message-ID:  <200902241118.n1OBI157047503@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-02-24 11:17:50 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_usrreq.c 
  Log:
  SVN rev 188992 on 2009-02-24 11:17:50Z by rwatson
  
  In tcp_usr_shutdown() and tcp_usr_send(), I missed converting NULL
  checks for the tcpcb, previously used to detect complete disconnection,
  with INP_DROPPED checks.  Correct that, preventing shutdown() from
  improperly generating a TCP segment with destination IP and port of
  0.0.0.0:0.
  
  PR:             kern/132050
  Reported by:    david gueluy <david.gueluy at netasq.com>
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.182     +3 -2      src/sys/netinet/tcp_usrreq.c



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