diff options
author | J. Bruce Fields <bfields@redhat.com> | 2017-05-05 16:17:57 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-25 15:44:49 +0200 |
commit | 51d9c51523ec6927a068ee54280b5a4ff3bf401d (patch) | |
tree | 830e943dfa89a535594cd821ecc9cbba499ce18d /drivers | |
parent | ea465551af30146efea215da58786ff732da70fb (diff) | |
download | linux-rt-51d9c51523ec6927a068ee54280b5a4ff3bf401d.tar.gz |
nfsd: encoders mustn't use unitialized values in error cases
commit f961e3f2acae94b727380c0b74e2d3954d0edf79 upstream.
In error cases, lgp->lg_layout_type may be out of bounds; so we
shouldn't be using it until after the check of nfserr.
This was seen to crash nfsd threads when the server receives a LAYOUTGET
request with a large layout type.
GETDEVICEINFO has the same problem.
Reported-by: Ari Kauppi <Ari.Kauppi@synopsys.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions