mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-22 08:43: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:
@@ -35,5 +35,5 @@
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
return lwip_fuzztest(argc, argv, LWIP_FUZZ_SINGLE);
|
||||
return lwip_fuzztest(argc, argv, LWIP_FUZZ_SINGLE, LWIP_FUZZ_DEFAULT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user