You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
jira LE-3201
cve CVE-2022-48773
Rebuild_History Non-Buildable kernel-rt-4.18.0-553.27.1.rt7.368.el8_10
commit-author Dan Aloni <[email protected]>
commit a9c10b5
If there are failures then we must not leave the non-NULL pointers with
the error value, otherwise `rpcrdma_ep_destroy` gets confused and tries
free them, resulting in an Oops.
Signed-off-by: Dan Aloni <[email protected]>
Acked-by: Chuck Lever <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
(cherry picked from commit a9c10b5)
Signed-off-by: Jonathan Maple <[email protected]>
0 commit comments