fuzz: add more fuzz tests

From: Hiromasa Ito <v3hertz@gmail.com>

See bugs #57374-#57380 found by this new test mode.
This commit is contained in:
Simon Goldschmidt
2020-02-19 21:12:37 +01:00
parent a07e0a82c9
commit d05be56a50
8 changed files with 464 additions and 35 deletions

View File

@@ -32,6 +32,9 @@
#ifndef LWIP_HDR_LWIPOPTS_H__
#define LWIP_HDR_LWIPOPTS_H__
#define MEMP_NUM_SYS_TIMEOUT 17
#define LWIP_FUZZ_SYS_NOW
/* Prevent having to link sys_arch.c (we don't test the API layers in unit tests) */
#define NO_SYS 1
#define LWIP_NETCONN 0