Fix: relayd: use of relay_session ref count before initialization
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 18 Feb 2020 01:05:22 +0000 (20:05 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 19 Feb 2020 22:49:57 +0000 (17:49 -0500)
commitd75e57d44a2f2dffcdbf9a745358a128f5ec374f
tree2e3301c154035dedfc454962337ab27ba85821b3
parentadc8eccbcef62412e04101eb341598a358acab4f
Fix: relayd: use of relay_session ref count before initialization

The relay_session's reference count is used before it is initialized
on multiple code paths of session_create(). The initialization of the
reference count, mutexes, and intrusive data structure nodes are
initialized earlier to make their use safe in the event of an error.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I1be53ad88a3e783b85b4c568527df1a75ce58d3a
src/bin/lttng-relayd/session.c
This page took 0.026403 seconds and 4 git commands to generate.