From: Alex Coyte Date: Fri, 28 Jul 2017 04:56:54 +0000 (+1000) Subject: mangle fdr conf parts of scratch as well X-Git-Tag: v4.6.0^2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=778addadc5785e6359df34cd770d4d74dfe1b39f;p=thirdparty%2Fvectorscan.git mangle fdr conf parts of scratch as well --- 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.