From 9bc2a903f0cb0556e011b580d8be93a897245653 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Sun, 18 Nov 2018 11:29:12 -0800 Subject: openbsd: enable packet injection --- executor/common_bsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor') 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; -- cgit mrf-deployment