]> git.decadent.org.uk Git - nfs-utils.git/commit
Fixed segfault in rpc.mountd
authorSteve Dickson <steved@redhat.com>
Wed, 26 Jan 2011 12:49:19 +0000 (07:49 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 26 Jan 2011 12:49:19 +0000 (07:49 -0500)
commit730f6986f86873513fa021a450eb55ccd0f2fbff
treee307b04cd640c39832755928f40926a9407ea97b
parent544ed73d5ab27c1390833d5cf93b9585c151667d
Fixed segfault in rpc.mountd

A unallocated piece of memory, instead of a NULL point, was being
used to initialize a ->next point in the mount link list which
caused a segfault after a few remote accesses via the showmount
command.

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mountd/rmtab.c