From 647c0e2737b12e092ce23948537ddf7dd3992c53 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Tue, 24 May 2022 12:47:17 -0700 Subject: executor: write magic in write_extra_output Fixes: fcfad4ffcf3a ("ipc: add magic in a call reply") --- 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 475c89378..081a11f85 100644 --- a/executor/executor.cc +++ b/executor/executor.cc @@ -1173,6 +1173,7 @@ void write_extra_output() cover_collect(&extra_cov); if (!extra_cov.size) return; + write_output(kOutMagic); write_output(-1); // call index write_output(-1); // call num write_output(999); // errno -- cgit mrf-deployment