]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
mangle fdr conf parts of scratch as well
authorAlex Coyte <a.coyte@intel.com>
Fri, 28 Jul 2017 04:56:54 +0000 (14:56 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Mon, 21 Aug 2017 01:23:54 +0000 (11:23 +1000)
src/runtime.c

index a374984f53441d4d392579b73f4861f1c12ccc72..8e3a4def20ca1bad2c79ad8e58585088b06b4484 100644 (file)
@@ -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.