diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-05-29 18:22:55 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-06-12 19:48:23 +0200 |
| commit | b3ea23c379f1d883266e545f18a5f83562cf8f1c (patch) | |
| tree | efb559f98420e1f5b728b0d5f765b337260ba236 /executor | |
| parent | 07335203daa3b5bf7f4a372797ca12abb8f597be (diff) | |
repro: always minimize over EnableTun
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common.h b/executor/common.h index 00b9ba723..1be840bc4 100644 --- a/executor/common.h +++ b/executor/common.h @@ -455,7 +455,7 @@ static void debug_dump_data(const char* data, int length) } #endif -#if defined(SYZ_EXECUTOR) || (defined(__NR_syz_emit_ethernet) && defined(SYZ_TUN_ENABLE)) || defined(__NR_syz_test) +#if defined(SYZ_EXECUTOR) || defined(SYZ_USE_CHECKSUMS) || defined(__NR_syz_test) struct csum_inet { uint32_t acc; }; |
