toxcore/testing
iphydf 5fbcbb6c83
cleanup: Remove uses of strcpy and sprintf.
Use of `strcpy` in these particular cases was safe, but it's hard to
tell and also useless. `strcpy` would effectively need to do another
`strlen` which we already did.

Also removed sprintf, which was also safe in this case but it's easier to
be "obviously safe", especially for static analysers.
2022-01-17 18:25:40 +00:00
..
afl_testdata/tox_saves Add basic test adapter for AFL 2020-03-24 16:49:41 +01:00
fuzzing intercept network, crypto and time 2022-01-10 21:05:49 +01:00
BUILD.bazel cleanup: Remove uses of strcpy and sprintf. 2022-01-17 18:25:40 +00:00
coverage_live.sh add scripts to run the fuzzing process 2022-01-10 21:05:51 +01:00
DHT_test.c Replace all instances of atoi with strtol 2022-01-12 14:08:45 -05:00
distill_corpus.sh add scripts to run the fuzzing process 2022-01-10 21:05:51 +01:00
Dockerfile add scripts to run the fuzzing process 2022-01-10 21:05:51 +01:00
Makefile.inc handle libsodium dependency of misc_tools correctly for autotools 2018-08-20 22:36:15 +02:00
Messenger_test.c Replace all instances of atoi with strtol 2022-01-12 14:08:45 -05:00
misc_tools.c chore: Remove config.h. 2021-12-15 10:26:50 +00:00
misc_tools.h Use bool for IPv6 flag in test programs and DHT_bootstrap. 2018-10-16 22:11:53 +00:00
random_testing.cc Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
run_afl.sh add scripts to run the fuzzing process 2022-01-10 21:05:51 +01:00
trace.cc Add execution trace option for debugging. 2020-04-27 23:10:27 +00:00