diff options
author | Kaushal M <kaushal@redhat.com> | 2015-07-16 14:52:36 +0530 |
---|---|---|
committer | Kaushal M <kaushal@redhat.com> | 2015-07-26 10:36:39 -0700 |
commit | b639cb9f62aedb916816485abe14b00e275a9e47 (patch) | |
tree | dd493a39f1bdd968371b6e17ad6150d0d272a2f9 /rpc/rpc-transport/socket/src/name.c | |
parent | 086d1c40b68bc2ba10851383af6c8028c3f02f1d (diff) |
rpc,server,glusterd: Init transport list for accepted transport
GlusterD or a brick would crash when encrypted transport was enabled and
an unencrypted client tried to connect to them. The crash occured when
GlusterD/server tried to remove the transport from their xprt_list due
to a DISCONNECT event. But as the client transport's list head wasn't
inited, the process would crash when list_del was performed.
Initing the client transports list head during acceptence, prevents this
crash.
Also, an extra check has been added to the GlusterD and Server
notification handlers for client DISCONNECT events. The handlers will
now first check if the client transport is a member of any list.
GlusterD and Server DISCONNECT event handlers could be called without
the ACCEPT handler, which adds the transport to the list, being called.
This situation also occurs when an unencrypted client tries to establish
a connection with an encrypted server.
Change-Id: Icc24a08d60e978aaa1d3322e0cbed680dcbda2b4
BUG: 1246809
Signed-off-by: Kaushal M <kaushal@redhat.com>
Reviewed-on: http://review.gluster.org/11692
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
(cherry picked from commit a909ccfa1b4cbf656c4608ef2124347851c492cb)
Reviewed-on: http://review.gluster.org/11762
Diffstat (limited to 'rpc/rpc-transport/socket/src/name.c')
0 files changed, 0 insertions, 0 deletions