From: Mathieu Desnoyers Date: Mon, 8 May 2017 12:15:20 +0000 (-0400) Subject: Cleanup: initialize data to 0 X-Git-Tag: v2.11.0-rc1~596 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=8446e5ebcadad1fbd043e37ed4f2862b5e628022;hp=8446e5ebcadad1fbd043e37ed4f2862b5e628022 Cleanup: initialize data to 0 Valgrind catches read of uninitialized data caused by the on-stack "data" argument which ends up not being fully initialized (it contains a union). Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---