]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
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)
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>

No differences found