Searched hist:f012e95b377c73c0283f009823c633104dedb337 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | diff f012e95b377c73c0283f009823c633104dedb337 Wed Jun 01 11:46:52 CDT 2022 Chuck Lever <chuck.lever@oracle.com> SUNRPC: Trap RDMA segment overflows
Prevent svc_rdma_build_writes() from walking off the end of a Write chunk's segment array. Caught with KASAN.
The test that this fix replaces is invalid, and might have been left over from an earlier prototype of the PCL work.
Fixes: 7a1cbfa18059 ("svcrdma: Use parsed chunk lists to construct RDMA Writes") Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
|