commit | 71700bb96047f68a0aae3932466fc7c9ad5ce6c0 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Nov 30 16:11:15 2018 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Dec 02 09:43:57 2018 -0500 |
tree | 4f47237b48cadead1e894ca6836dba19f19def1d | |
parent | 8dae5398ab1ac107b1517e8195ed043d5f422bd0 [diff] |
SUNRPC: Fix a memory leak in call_encode() If we retransmit an RPC request, we currently end up clobbering the value of req->rq_rcv_buf.bvec that was allocated by the initial call to xprt_request_prepare(req). Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>