Fix: remove uninitialised value
authorGabriel-Andrew Pollo-Guilbert <gabriel.pollo-guilbert@efficios.com>
Mon, 29 Jul 2019 15:14:26 +0000 (11:14 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 29 Jul 2019 15:19:34 +0000 (11:19 -0400)
commit694f63cad0272ce57e16c7f569ebe1a2f19ccc4b
tree492c96c4f9f1a7c5bf54136268f14e4c55a4d9f7
parentd292c6e09558b9fece98e394a1988a0484bcda55
Fix: remove uninitialised value

Commit 973eac638e4fd introduces an uninitialised value that may prevent
shared memory from being allocated. The compiler didn't give any warning
because the pointer to the value is sent to a function that don't do anything
with it. We simply pass NULL to that function.

Signed-off-by: Gabriel-Andrew Pollo-Guilbert <gabriel.pollo-guilbert@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-comm.c
This page took 0.024019 seconds and 4 git commands to generate.