From: Mathieu Desnoyers Date: Thu, 4 Jul 2013 19:23:22 +0000 (-0400) Subject: Fix tests: use of uninitialized variables X-Git-Tag: v0.8.0~11 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=9aa14175d93952464fa8ec15df54e2656c349c0b;hp=9aa14175d93952464fa8ec15df54e2656c349c0b;p=userspace-rcu.git Fix tests: use of uninitialized variables Were working fine by luck, since they were allocated at the start of newly spawned test programs. Identified by Coverity. Signed-off-by: Mathieu Desnoyers ---