Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2009 00:45:47 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_subr.c
Message-ID:  <200903220046.n2M0k4lw010998@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2009-03-22 00:45:47 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  SVN rev 190233 on 2009-03-22 00:45:47Z by jmallett
  
  Remove local in6_addr variables for local and foreign addresses in sysctl_drop,
  they were passed uninitialized to in6_pcblookup_hash.  Instead, do as is done
  for IPv4 and use the addresses within the sockaddr structure, which are
  correctly populated.
  
  This fixes tcpdrop(8) for IPv6 address pairs.
  
  Reviewed by:    bz
  
  Revision  Changes    Path
  1.336     +3 -3      src/sys/netinet/tcp_subr.c



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