From: Mathieu Desnoyers Date: Mon, 8 May 2017 12:34:57 +0000 (-0400) Subject: Cleanup: initialize kernel ioctl ABI structures to 0 X-Git-Tag: v2.9.5~16 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b2833b219f4abf5a15680f263591989f98e4d098;hp=b2833b219f4abf5a15680f263591989f98e4d098;p=lttng-tools.git Cleanup: initialize kernel ioctl ABI structures to 0 Valgrind complains that we pass uninitialized data to the kernel. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---