Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2009 21:48:04 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.sbin/mountd mountd.c
Message-ID:  <200906232148.n5NLmZd1074692@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-06-23 21:48:04 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/mountd      mountd.c 
  Log:
  SVN rev 194773 on 2009-06-23 21:48:04Z by rmacklem
  
  When mountd.c parses the nfsv4 root line(s) in /etc/exports, it
  allocates data structures that are never linked into the tree or free'd.
  As such, mountd would leak memory every time it parsed an nfsv4 root line.
  This patch frees up those structures to plug the leak.
  
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.104     +13 -1     src/usr.sbin/mountd/mountd.c



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