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:38 +0000 (11:19 -0400)
commitacafe8d878bdbfd391b47b5b8a525a82a6e9702b
tree9b343aee552a87496df37bb75b9f236263e6c126
parent6197336891b2aef83429676192f49c329dc7aa2d
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.024404 seconds and 4 git commands to generate.