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:55:06 +0000 (15:55 -0400)
commit704e3aa764d754c5f60cb8302b9483f24fb4cdf6
treee2f7e030afbd0f0d7ea8bc3bccd5ebb99ff62dc9
parent962d30a7b271ba1d8a334bf7c987d9834a39cc9c
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.024914 seconds and 4 git commands to generate.