From 1e18fbd85e30227cdb38428c07707c1128240adf Mon Sep 17 00:00:00 2001 From: Patrick Meyer Date: Wed, 5 May 2021 16:09:14 +0200 Subject: pkg/host, docs: fix typos --- pkg/host/syscalls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/host/syscalls.go b/pkg/host/syscalls.go index 2abd3f16b..c6424bfe4 100644 --- a/pkg/host/syscalls.go +++ b/pkg/host/syscalls.go @@ -34,7 +34,7 @@ func DetectSupportedSyscalls(target *prog.Target, sandbox string) ( reason = disabledAttribute case c.CallName == "syz_execute_func": // syz_execute_func caused multiple problems: - // 1. First it lead to corpus exploision. The program used existing values in registers + // 1. First it lead to corpus explosion. The program used existing values in registers // to pollute output area. We tried to zero registers (though, not reliably). // 2. It lead to explosion again. The exact mechanics are unknown, here is one sample: // syz_execute_func(&(0x7f0000000440)="f2af91930f0124eda133fa20430fbafce842f66188d0d4 -- cgit mrf-deployment