projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
d97d88b
)
text-based mount.nfs: Fix memory leak in add_mtab()
author
Chuck Lever
<chuck.lever@oracle.com>
Mon, 24 Sep 2007 15:28:44 +0000
(11:28 -0400)
committer
Neil Brown
<neilb@suse.de>
Tue, 25 Sep 2007 01:50:15 +0000
(11:50 +1000)
The add_mtab() function in utils/mount/mount.c calls fix_opts_string() to
construct an /etc/mtab entry, but never frees the result.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Neil Brown <neilb@suse.de>
No differences found