mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
mdns, dns, dhcp, dhcps: update fuzzer test to work in CI
Closes: IDF-1861 and IDF-1990
This commit is contained in:
5
components/mdns/test_afl_fuzz_host/mdns_mock.h
Normal file
5
components/mdns/test_afl_fuzz_host/mdns_mock.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#define ERR_OK 0
|
||||
#define IPADDR_TYPE_V4 0U
|
||||
#define IPADDR_TYPE_V6 6U
|
||||
#define IPADDR_TYPE_ANY 46U
|
Reference in New Issue
Block a user