summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/rdma/src/rdma.c
diff options
context:
space:
mode:
authorKinglong Mee <mijinlong@open-fs.com>2017-12-23 23:18:14 -0500
committerRaghavendra G <rgowdapp@redhat.com>2017-12-27 16:29:18 +0000
commit98bbc3c94244b6bc9fd18b698ad26e2c867ca63e (patch)
treeb340d615535b97d1594f79850e1ba0f5a286b0f1 /rpc/rpc-transport/rdma/src/rdma.c
parentc6aad575171d4749d1ef2b5fc7c9fd7c32c1c59f (diff)
rpc: fix use after freed of clnt after rpc transport clenup
If the transport object is freed in rpc_transport_unref, a notify of RPC_TRANSPORT_CLEANUP is push to rpc_clnt_notify, where the rpc_clnt(contains conn) is freed. After that, using of conn after rpc_transport_unref is use after freed. Change-Id: I5cac8a8e7ced7c1079930080a12abf02d46667d5 Signed-off-by: Kinglong Mee <mijinlong@open-fs.com>
Diffstat (limited to 'rpc/rpc-transport/rdma/src/rdma.c')
0 files changed, 0 insertions, 0 deletions