commit | c2dc3e5fad13aca5d7bdf4bcb52b1a1d707c8555 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Jul 26 07:59:23 2021 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Aug 09 16:57:05 2021 -0400 |
tree | 0214b666208312d909e50a52de6aa5d11eb82ea1 | |
parent | d6236a98b3bab07c0a1455fd1ab46f79c3978cdc [diff] |
SUNRPC: Fix potential memory corruption We really should not call rpc_wake_up_queued_task_set_status() with xprt->snd_task as an argument unless we are certain that is actually an rpc_task. Fixes: 0445f92c5d53 ("SUNRPC: Fix disconnection races") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>