mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user