From: Mathieu Desnoyers Date: Tue, 7 Feb 2012 02:50:16 +0000 (-0500) Subject: Initialize all stack variables to zero, fix uninitialized loglevel variables X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=441c16a7f0bbab56a5e783059d0cddab68544a9a;hp=441c16a7f0bbab56a5e783059d0cddab68544a9a;p=lttng-tools.git Initialize all stack variables to zero, fix uninitialized loglevel variables If we want the padding behavior to be always the same (for future extensibility), we need to set those variables to zero when they are declared on the stack. Also fix uninitialized loglevel variables in tests, which were failing on x86_32 due to this. Signed-off-by: Mathieu Desnoyers ---