Fix: lttng: uninitialized pointer free'd when no sessiond is present
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 14 Feb 2020 22:09:58 +0000 (17:09 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 14 Feb 2020 22:11:19 +0000 (17:11 -0500)
commit4e60663c1434c2b3ef4bdcdce0e3bb71fb6d69c3
tree856cd7b5bf57ff594916d8291baeb69c9f8819d9
parentb8985eb549d9b76389b84c8d58e3a53a58da7bfe
Fix: lttng: uninitialized pointer free'd when no sessiond is present

The error path of get_schedules assumes that schedules_comm is !NULL,
which is not the case currently.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I16e2d9d45cd3df9cfa80214abe03bcc782fa1f11
src/lib/lttng-ctl/rotate.c
This page took 0.025478 seconds and 4 git commands to generate.