Simon Goldschmidt
e30d50710d
fuzz: allow overriding LWIP_RAND for fuzz tests
...
Fuzz tests need reproducible code, so we need an "unsafe" version of
LWIP_RAND() in this case...
Also, to reproduce fuzz tests cases from Linux on Windows,
LWIP_RAND_FOR_FUZZ_SIMULATE_GLIBC provides the first 20 random numbers that
glibc would have...
2020-03-27 22:42:06 +01:00
Simon Goldschmidt
003f5cc12d
fuzz: whitespace fixes
2020-03-09 21:50:50 +01:00
Simon Goldschmidt
412c8d1902
fuzz: fix compiler error "missing prototype"
2020-03-08 20:41:53 +01:00
Simon Goldschmidt
a02f34a193
fuzz: add pcap output to help debugging fuzz crashes
2020-03-05 21:00:00 +01:00
Simon Goldschmidt
a9052caf10
fuzz: add debug output to help debugging fuzz crashes
2020-03-05 20:49:41 +01:00
Simon Goldschmidt
d05be56a50
fuzz: add more fuzz tests
...
From: Hiromasa Ito <v3hertz@gmail.com>
See bugs #57374-#57380 found by this new test mode.
2020-02-20 21:55:13 +01:00
Simon Goldschmidt
a07e0a82c9
test: split fuzz into different files and binaries
...
This is in preparation to add more fuzzing code...
2020-02-17 22:05:46 +01:00