diff options
author | Raghavendra Bhat <raghavendra@redhat.com> | 2018-12-03 11:51:52 -0500 |
---|---|---|
committer | MOHIT AGRAWAL <moagrawa@redhat.com> | 2018-12-04 02:27:03 +0000 |
commit | 9fc6cf898bcb7dc0f3f671e734678616722d0721 (patch) | |
tree | 6d4c437b4a24a889e18a9584a1ef59d31dd706d4 /rpc/rpc-lib/src/rpcsvc-auth.c | |
parent | 2bb0e89e4bb113a93c6e786446a140cd99261af8 (diff) |
rpc: check if fini is there before calling it
The rpc_transport_t structure is allocated and filled in the
rpc_transport_load function. If filling the fileds of the rpc
structure fails, then in the failure handling the structure is
freed by rpc_transport_cleanup. There, it unconditionally calls
fini. But, if the failure handling was invoked because of any
failure in between the allocation of rpc_transport_t and filling
the transport->fini (including the failure to fill fini ()), then
rpc_transport_cleanup can lead to a segfault.
Change-Id: I8be9b84cd6b19933c559c9736198a6e440373f68
fixes: bz#1654917
Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Diffstat (limited to 'rpc/rpc-lib/src/rpcsvc-auth.c')
0 files changed, 0 insertions, 0 deletions