]> www.infradead.org Git - users/dwmw2/linux.git/commit
SUNRPC: Fix READ_PLUS crasher
authorChuck Lever <chuck.lever@oracle.com>
Thu, 30 Jun 2022 20:48:18 +0000 (16:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Jul 2022 15:52:16 +0000 (17:52 +0200)
commit6a0b9512a6aa7b7835d8138f5ffdcb4789c093d4
tree62d8428552fbd907ddcc99710986c2adb20f1b8f
parented03a650fb573a3b846dfb3b35471aeee0e5d41b
SUNRPC: Fix READ_PLUS crasher

commit a23dd544debcda4ee4a549ec7de59e85c3c8345c upstream.

Looks like there are still cases when "space_left - frag1bytes" can
legitimately exceed PAGE_SIZE. Ensure that xdr->end always remains
within the current encode buffer.

Reported-by: Bruce Fields <bfields@fieldses.org>
Reported-by: Zorro Lang <zlang@redhat.com>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=216151
Fixes: 6c254bf3b637 ("SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()")
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/sunrpc/xdr.c