From 81fae3a83b604aff08d7a376397117a572522711 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Thu, 19 Feb 2026 22:48:03 +0000 Subject: [PATCH] We weren't breaking between accumulating lines and outputting them --- volatility3/framework/plugins/timeliner.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/volatility3/framework/plugins/timeliner.py b/volatility3/framework/plugins/timeliner.py index f65868705..ddcc393f4 100644 --- a/volatility3/framework/plugins/timeliner.py +++ b/volatility3/framework/plugins/timeliner.py @@ -153,6 +153,8 @@ orders the results by time.""" ) times[timestamp_type] = timestamp self.timeline[(plugin_name, item)] = times + + for plugin_name, item in self.timeline: data.append( ( 0,