toxcore/testing/fuzzing
iphydf 19b9cf3812
test: Enable fuzzing for TCP.
If the `recvbuf` network function returns 0 all the time, that means
there is never any data available on the TCP socket. This change makes
it so there is a random amount of data available on the TCP socket.

This invalidates the bootstrap fuzzer corpus.
2022-04-14 13:19:56 +00:00
..
bootstrap_harness.cc test: Enable fuzzing for TCP. 2022-04-14 13:19:56 +00:00
BUILD.bazel refactor: Avoid static_cast in Fuzz_System functions. 2022-04-10 19:13:01 +00:00
CMakeLists.txt refactor: Avoid static_cast in Fuzz_System functions. 2022-04-10 19:13:01 +00:00
func_conversion.h refactor: Avoid static_cast in Fuzz_System functions. 2022-04-10 19:13:01 +00:00
fuzz_support.cc test: Enable fuzzing for TCP. 2022-04-14 13:19:56 +00:00
fuzz_support.h test: Add more functionality to the bootstrap harness. 2022-04-07 20:17:56 +00:00
fuzz_tox.h test: Add fuzzer support functions for internal toxcore objects. 2022-04-03 11:21:06 +00:00
toxsave_harness.cc test: Add more functionality to the bootstrap harness. 2022-04-07 20:17:56 +00:00