commit | d5f50b0c290431c65377c4afa1c764e2c3fe5305 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Dec 04 18:25:10 2012 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Dec 17 21:55:21 2012 -0500 |
tree | 9d08b4a0a8a1aed35de43ec55cd0a94fbab2e015 | |
parent | 9b3234b9220aae5387b60bc35a424ab6748b2b59 [diff] |
nfsd4: fix oops on unusual readlike compound If the argument and reply together exceed the maximum payload size, then a reply with a read-like operation can overlow the rq_pages array. Cc: stable@kernel.org Signed-off-by: J. Bruce Fields <bfields@redhat.com>