diff options
| author | Andrei Vagin <avagin@google.com> | 2022-05-24 12:47:17 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-05-24 23:26:18 +0200 |
| commit | 647c0e2737b12e092ce23948537ddf7dd3992c53 (patch) | |
| tree | 1878d66512cc3a865adc6e1af96b2063a72ba3bf /executor/executor.cc | |
| parent | fcfad4ffcf3aa3ecced8298f5816649b800ecd26 (diff) | |
executor: write magic in write_extra_output
Fixes: fcfad4ffcf3a ("ipc: add magic in a call reply")
Diffstat (limited to 'executor/executor.cc')
| -rw-r--r-- | executor/executor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
