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:47:41 +0000 (17:47 -0500)
commitc7855e883697c410b9bd5c867f1bf38cdcbd50c3
tree53ce5612f38e675002f0b4ec6a563707223709e1
parent959de99b2bb3c474b1bd624f1dd3c5376d440662
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.026628 seconds and 4 git commands to generate.