sessiond: fix: print_escaped_ctf_string mishandles empty string
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 11 Sep 2019 17:16:48 +0000 (13:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 11 Sep 2019 17:18:20 +0000 (13:18 -0400)
commit35c829f8c54cc79fabc38151de90ce75d626e7c5
treea0e50f20ac2362fefda5df7ffe67aa07e0195d9d
parente848d36d1b0e7cbe1800e195fb00eaff6bce4d5e
sessiond: fix: print_escaped_ctf_string mishandles empty string

The return value of print_escaped_ctf_string() is uninitialized in the
case of an empty string ("").

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