toxcore/testing/fuzzing
iphydf a549807df7
refactor: Add mem module to allow tests to override allocators.
This will allow us to do more interesting things with memory allocation
within toxcore, and allow fuzzers to explore various allocation failure
paths.
2023-08-30 22:55:05 +00:00
..
bootstrap_harness.cc refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
BUILD.bazel refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
CMakeLists.txt refactor: Avoid static_cast in Fuzz_System functions. 2022-04-10 19:13:01 +00:00
e2e_fuzz_test.cc refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +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: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
fuzz_support.h refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
fuzz_tox.h refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
protodump_reduce.cc refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
protodump.cc refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
toxsave_harness.cc test: Add a Null_System used in toxsave_harness. 2022-04-14 19:04:25 +00:00