From 93c6b1ca84866fabe4601b1e93145209e4df1177 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 30 Jan 2019 22:16:39 +0000 Subject: sw_sync: Initialise struct before use sw_sync: ../lib/igt_core.c:1592: __igt_fork_helper: Assertion `!proc->running' Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108889 Signed-off-by: Chris Wilson Reviewed-by: Jani Nikula --- tests/sw_sync.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/sw_sync.c') diff --git a/tests/sw_sync.c b/tests/sw_sync.c index 207908ed..ac4caf8b 100644 --- a/tests/sw_sync.c +++ b/tests/sw_sync.c @@ -171,12 +171,11 @@ static void test_sync_busy(void) static void test_sync_busy_fork_unixsocket(void) { + struct igt_helper_process proc = {}; int fence; int timeline; int skip = 0; int sv[2]; - struct igt_helper_process proc; - timeline = sw_sync_timeline_create(); fence = sw_sync_timeline_create_fence(timeline, 1); @@ -258,10 +257,10 @@ out: static void test_sync_busy_fork(void) { + struct igt_helper_process proc = {}; int fence; int timeline; int skip = 0; - struct igt_helper_process proc; timeline = sw_sync_timeline_create(); fence = sw_sync_timeline_create_fence(timeline, 1); -- cgit v1.2.3