diff options
author | 2022-01-25 22:06:46 +0200 | |
---|---|---|
committer | 2022-02-08 09:14:26 -0500 | |
commit | a9c10b5b3b67b3750a10c8b089b2e05f5e176e33 (patch) | |
tree | 285e1b000cd75007aaa956d183dfc896735155aa /tools/perf/scripts/python/export-to-postgresql.py | |
parent | NFS: Fix initialisation of nfs_client cl_flags field (diff) | |
download | wireguard-linux-a9c10b5b3b67b3750a10c8b089b2e05f5e176e33.tar.xz wireguard-linux-a9c10b5b3b67b3750a10c8b089b2e05f5e176e33.zip |
xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
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 <dan.aloni@vastdata.com>
Acked-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions