From 778addadc5785e6359df34cd770d4d74dfe1b39f Mon Sep 17 00:00:00 2001 From: Alex Coyte Date: Fri, 28 Jul 2017 14:56:54 +1000 Subject: [PATCH] mangle fdr conf parts of scratch as well --- src/runtime.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime.c b/src/runtime.c index a374984f..8e3a4def 100644 --- a/src/runtime.c +++ b/src/runtime.c @@ -140,6 +140,7 @@ void populateCoreInfo(struct hs_scratch *s, const struct RoseEngine *rose, s->som_set_now_offset = ~0ULL; s->deduper.current_report_offset = ~0ULL; s->deduper.som_log_dirty = 1; /* som logs have not been cleared */ + s->fdr_conf = NULL; // Rose program execution (used for some report paths) depends on these // values being initialised.