Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2009 10:15:49 +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:  <200903171016.n2HAG6eN015207@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-03-17 10:15:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          tcp_usrreq.c 
  Log:
  SVN rev 189920 on 2009-03-17 10:15:49Z by rwatson
  
  Merge r188992 from head to stable/7:
  
    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>
  
  Revision   Changes    Path
  1.163.2.9  +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?200903171016.n2HAG6eN015207>