NFSD: Add missing NFSv2 .pc_func methods
authorChuck Lever <chuck.lever@oracle.com>
Thu, 1 Oct 2020 22:58:56 +0000 (18:58 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 2 Oct 2020 13:37:41 +0000 (09:37 -0400)
commit6b3dccd48de8a4c650b01499a0b09d1e2279649e
tree3bcdd92076c06f12633bf35bf9bbafe2e12229c2
parent13956160fc7c75706178cb05c0ac9f5ca77c6411
NFSD: Add missing NFSv2 .pc_func methods

There's no protection in nfsd_dispatch() against a NULL .pc_func
helpers. A malicious NFS client can trigger a crash by invoking the
unused/unsupported NFSv2 ROOT or WRITECACHE procedures.

The current NFSD dispatcher does not support returning a void reply
to a non-NULL procedure, so the reply to both of these is wrong, for
the moment.

Cc: <stable@vger.kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfsproc.c