From dd714947d630a22f6c753893f5534104dd98bc6c Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 11 Jun 2018 08:32:40 +0200 Subject: [PATCH] added CI job for AFL fuzzer tests * Original commit: espressif/esp-idf@0c147648f7642d058b63fbe2ddd5de31c2326304 --- components/mdns/test_afl_fuzz_host/esp32_compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/mdns/test_afl_fuzz_host/esp32_compat.h b/components/mdns/test_afl_fuzz_host/esp32_compat.h index 402807c4f..7a662607c 100644 --- a/components/mdns/test_afl_fuzz_host/esp32_compat.h +++ b/components/mdns/test_afl_fuzz_host/esp32_compat.h @@ -34,6 +34,7 @@ #include #include +#define CONFIG_MDNS_MAX_SERVICES 25 #define ERR_OK 0 #define ESP_OK 0