AFL + Libfuzzer harnesses (#455)

* Package fuzzers

* Provide ability to remove main

* Don't build fuzzers by default
This commit is contained in:
anthony-crystalpeak
2023-07-17 08:06:32 -07:00
committed by GitHub
parent 9e7f8978fa
commit fcc9647983
9 changed files with 558 additions and 0 deletions
+6
View File
@@ -1136,6 +1136,9 @@ static void control_c_hooks(void)
}
#endif
#ifndef FUZZING
/**
* Main function of simple router demo.
*
@@ -1199,3 +1202,6 @@ int main(int argc, char *argv[])
return 0;
}
#endif // FUZZING