Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2007 17:20:57 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet6 in6_pcb.c
Message-ID:  <200712171720.lBHHKvAM012238@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-12-17 17:20:57 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         in6_pcb.c 
  Log:
  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.
  
  MFC after:      3 days
  Reported by:    tanyong <tanyong at ercist dot iscas dot ac dot cn>,
                  zhouzhouyi
  
  Revision  Changes    Path
  1.86      +6 -0      src/sys/netinet6/in6_pcb.c



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