From: Jonathan Rajotte Date: Tue, 17 May 2016 15:52:47 +0000 (-0400) Subject: Fix: initialize the cur_event variable before using it X-Git-Tag: v2.9.0-rc1~190 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d113fbc8270a4c2089c6e1aa1f5f5c5bb3f4c9dd;hp=d113fbc8270a4c2089c6e1aa1f5f5c5bb3f4c9dd Fix: initialize the cur_event variable before using it CID 1243041 (#1 of 1): Uninitialized scalar variable (UNINIT) uninit_use_in_call: Using uninitialized element of array *cur_event.name when calling strcmp. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau ---