]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: fix corrupted reply to badly ordered compound
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 13 Jun 2018 19:21:35 +0000 (15:21 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Sun, 17 Jun 2018 14:43:07 +0000 (10:43 -0400)
commit82a9154a168f6858d71c49f2cc9de147713088a9
treed1a953d3fcc48c7102b1bf799511bd0dc2025598
parent50e09e3fdc197cfb501f15e73632a3318b73b872
nfsd: fix corrupted reply to badly ordered compound

We're encoding a single op in the reply but leaving the number of ops
zero, so the reply makes no sense.

Somewhat academic as this isn't a case any real client will hit, though
in theory perhaps that could change in a future protocol extension.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4proc.c