From 72e0f1b67bdd3f89cf51e89a3c17dd4a7cb575f1 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 27 Jan 2026 12:31:49 +0000 Subject: all: add a DumpMemory feature On Linux, verify that makedumpfile and the second kernel are present, then set up a kernel to be used on panic. --- executor/executor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/executor.cc') diff --git a/executor/executor.cc b/executor/executor.cc index d6bba7aa7..3ba21e846 100644 --- a/executor/executor.cc +++ b/executor/executor.cc @@ -298,6 +298,7 @@ static bool in_execute_one = false; #define SYZ_EXECUTOR 1 #include "common.h" +#include "executor_common.h" const size_t kMaxInput = 4 << 20; // keep in sync with prog.ExecBufferSize const size_t kMaxCommands = 1000; // prog package knows about this constant (prog.execMaxCommands) -- cgit mrf-deployment