aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/syz-execprog/execprog.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/syz-execprog/execprog.go b/tools/syz-execprog/execprog.go
index d2435141e..5b3244c28 100644
--- a/tools/syz-execprog/execprog.go
+++ b/tools/syz-execprog/execprog.go
@@ -182,6 +182,7 @@ func main() {
HandleInterrupts: true,
GDB: *flagGDB,
MachineChecked: ctx.machineChecked,
+ OutputWriter: os.Stderr,
}
if err := rpcserver.RunLocal(rpcCtx, cfg); err != nil {
tool.Fail(err)