1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.sbin/mountd
Rick Macklem 73f4ccbd29 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)
2009-06-23 21:48:04 +00:00
..
exports.5 Modify mountd to handle the experimental nfs server as well as the 2009-05-27 22:02:54 +00:00
Makefile Convert mountd to nmount(). Remove some hardcoded dependencies 2006-05-23 17:10:17 +00:00
mountd.8 Change the "-4" argument for nfsd and mountd to "-e" to avoid 2009-05-28 20:28:13 +00:00
mountd.c When mountd.c parses the nfsv4 root line(s) in /etc/exports, it 2009-06-23 21:48:04 +00:00
netgroup.5 Sort sections. 2005-01-18 20:02:45 +00:00
pathnames.h