From b3ea23c379f1d883266e545f18a5f83562cf8f1c Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 29 May 2017 18:22:55 +0200 Subject: repro: always minimize over EnableTun --- executor/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common.h') 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; }; -- cgit mrf-deployment