From: Jérémie Galarneau Date: Fri, 24 Jul 2015 21:54:47 +0000 (-0400) Subject: Fix: Crash on lttng list -j/-l/-p when no events are present X-Git-Tag: v2.5.5~6 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=65167fc080cc312f646d145fa52c5e1269ea5907;hp=65167fc080cc312f646d145fa52c5e1269ea5907;p=lttng-tools.git Fix: Crash on lttng list -j/-l/-p when no events are present The lttng client will free an uninitialized pointer whenever a the lttng list command is invoked on a domain which involves the log4j, JUL or Python agents. Signed-off-by: Jérémie Galarneau ---