AFL + Libfuzzer harnesses (#455)
* Package fuzzers * Provide ability to remove main * Don't build fuzzers by default
This commit is contained in:
committed by
GitHub
parent
9e7f8978fa
commit
fcc9647983
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user