mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 07:47:30 +02:00
mdns, dns, dhcp, dhcps: update fuzzer test to work in CI
Closes: IDF-1861 and IDF-1990 * Original commit: espressif/esp-idf@a43c06a592
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
9772e49b26
commit
e0bc60a586
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