cvs commit: src/sys/netinet6 in6_pcb.c

Yar Tikhiy yar at FreeBSD.org
Tue Jul 27 09:35:12 PDT 2004


yar         2004-07-27 16:35:09 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         in6_pcb.c 
  Log:
  Don't consider TCP connections beyond LISTEN state
  (i.e. with the foreign address being not wildcard) when checking
  for possible port theft since such connections cannot be stolen.
  
  The port theft check is FreeBSD-specific and isn't in the KAME tree.
  
  PR:             bin/65928 (in the audit trail)
  Reviewed by:    -net, -hackers (silence)
  Tested by:      Nick Leuta <skynick at mail.sc.ru>
  MFC after:      1 month
  
  Revision  Changes    Path
  1.54      +10 -19    src/sys/netinet6/in6_pcb.c


More information about the cvs-src mailing list