Fix: free of uninitialized value on error path
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 6 May 2017 19:08:31 +0000 (15:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 6 May 2017 19:43:28 +0000 (15:43 -0400)
commit61a5b6b16273e5eaa2385eac6190edf5afa2014a
tree63f63735c9914a34b57ed455bdf777bb763cee57
parent1065191b50b33888c6cf5f359c73bd97ee21f0bb
Fix: free of uninitialized value on error path

Reported-by: Coverity Scan
CID 1374805 (#1 of 1): Uninitialized pointer read (UNINIT)
uninit_use_in_call: Using uninitialized value extended when
calling free.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/trace-kernel.c
This page took 0.024772 seconds and 4 git commands to generate.