toxcore/testing/fuzzing
iphydf d78ee9b12e
fix: Fix potential array out-of-bounds in DHT random node retrieval.
It can't happen in almost every reality, except when the RNG is fairly
broken and doesn't add 2 fake DHT friends on startup. Still, this code
should be defensive and never index outside `num_friends` elements.
2022-04-10 23:17:15 +00:00
..
bootstrap_harness.cc fix: Fix potential array out-of-bounds in DHT random node retrieval. 2022-04-10 23:17:15 +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 refactor: Avoid static_cast in Fuzz_System functions. 2022-04-10 19:13:01 +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