From b640049912e2a8caa5164a9718ad5a7903600d70 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Thu, 29 Jan 2015 23:13:55 -0500 Subject: [PATCH] For now --- test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.c b/test.c index 4ffba6f..0e1a466 100644 --- a/test.c +++ b/test.c @@ -734,6 +734,8 @@ static bool task_propagate(const char *curdir, size_t *pad, const char *defs) { const char *qcflags = NULL; task_t task; + memset(&task, 0, sizeof(task)); + found ++; if (!tmpl) { con_err("error compiling task template: %s\n", files->d_name); -- 2.39.2