iphydf
|
4359e3a6bc
|
chore: Rename C++ headers to .hh suffixes.
This helps formatters and other dump (simple) tools know what's C++ and
what's C.
|
2024-02-01 23:44:37 +00:00 |
|
iphydf
|
4cea4f9ca4
|
fix: Make all the fuzzers work again, and add a test for protodump.
fuzz_select_target wasn't selecting anything, so fuzzers using that
function either did nothing or would only ever select one of the
functions.
|
2024-01-13 15:06:30 +00:00 |
|
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 |
|
iphydf
|
7469a529b1
|
fix: Add missing #include <array> .
|
2023-08-15 20:47:27 +00:00 |
|
iphydf
|
50094b7385
|
test: Add a protocol dump test to generate initial fuzzer input.
|
2022-04-19 23:42:47 +00:00 |
|