diff options
| author | Greg Steuck <syzkaller@nest.cx> | 2018-11-18 11:29:12 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-19 20:29:38 -0800 |
| commit | 9bc2a903f0cb0556e011b580d8be93a897245653 (patch) | |
| tree | a445e9a2798ba7f2d30aa7b0bc67727f311610e3 /executor/common_bsd.h | |
| parent | 99721ceaabeb03e93e05ea4a7c623c9adffebe9a (diff) | |
openbsd: enable packet injection
Diffstat (limited to 'executor/common_bsd.h')
| -rw-r--r-- | executor/common_bsd.h | 2 |
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; |
