mdns: Fix fuzzer IDF-mock layer

Removed lwip dependencies
Simplified the mocks for esp32 and esp-netif
This commit is contained in:
David Cermak
2021-06-29 15:02:48 +02:00
parent 54e329444a
commit 619235c2ee
8 changed files with 197 additions and 263 deletions

View File

@@ -3,7 +3,7 @@
#include <pthread.h>
#include <stdlib.h>
#include <unistd.h>
#include "esp32_compat.h"
#include "esp32_mock.h"
void* g_queue;
int g_queue_send_shall_fail = 0;