aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorGreg Steuck <syzkaller@nest.cx>2018-11-18 11:29:12 -0800
committerDmitry Vyukov <dvyukov@google.com>2018-11-19 20:29:38 -0800
commit9bc2a903f0cb0556e011b580d8be93a897245653 (patch)
treea445e9a2798ba7f2d30aa7b0bc67727f311610e3 /executor
parent99721ceaabeb03e93e05ea4a7c623c9adffebe9a (diff)
openbsd: enable packet injection
Diffstat (limited to 'executor')
-rw-r--r--executor/common_bsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_bsd.h b/executor/common_bsd.h
index e09437353..6a6e3527a 100644
--- a/executor/common_bsd.h
+++ b/executor/common_bsd.h
@@ -156,7 +156,7 @@ static void initialize_tun(int tun_id)
static long syz_emit_ethernet(long a0, long a1)
{
- // syz_emit_ethernet(len len[packet], packet ptr[in, eth_packet])
+ // syz_emit_ethernet(len len[packet], packet ptr[in, array[int8]])
if (tunfd < 0)
return (uintptr_t)-1;