Searched hist:62835679 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sunrpc/ |
H A D | backchannel_rqst.c | 62835679 Tue Feb 11 12:56:54 CST 2014 Trond Myklebust <trond.myklebust@primarydata.com> SUNRPC: Fix potential memory scribble in xprt_free_bc_request()
The call to xprt_free_allocation() will call list_del() on req->rq_bc_pa_list, which is not attached to a list. This patch moves the list_del() out of xprt_free_allocation() and into those callers that need it.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> 62835679 Tue Feb 11 12:56:54 CST 2014 Trond Myklebust <trond.myklebust@primarydata.com> SUNRPC: Fix potential memory scribble in xprt_free_bc_request() The call to xprt_free_allocation() will call list_del() on req->rq_bc_pa_list, which is not attached to a list. This patch moves the list_del() out of xprt_free_allocation() and into those callers that need it. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|