cvs commit: src/sys/netinet6 in6_pcb.c

Robert Watson rwatson at FreeBSD.org
Sat Dec 22 07:06:52 PST 2007


rwatson     2007-12-22 15:06:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet6         in6_pcb.c 
  Log:
  Merge in6_pcb.c:1.86 from HEAD to RELENG_6:
  
    Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label
    destroy call; this transpired because the inpcb alloc path for IPv4/IPv6
    is the same code, but IPv6 has a separate free path.  The results was
    that as new IPv6 TCP connections were created, kernel memory would
    gradually leak.
  
    Reported by:    tanyong <tanyong at ercist dot iscas dot ac dot cn>,
                    zhouzhouyi
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.62.2.6  +5 -0      src/sys/netinet6/in6_pcb.c


More information about the cvs-all mailing list