mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
2570ddcb17
* Use-after-free because we free network before dht in one case. * Various unchecked allocs in tests (not so important). * We used to not check whether ping arrays were actually allocated in DHT. * `ping_kill` and `ping_array_kill` used to crash when passing NULL. Also: * Added an assert in all public API functions to ensure tox isn't NULL. The error message you get from that is a bit nicer than "Segmentation fault" when clients (or our tests) do things wrong. * Decreased the sleep time in iterate_all_wait from 20ms to 5ms. Everything seems to still work with 5ms, and this greatly decreases the amount of time spent per test run, making oomer run much faster. |
||
---|---|---|
.. | ||
data | ||
bootstrap_test.c | ||
BUILD.bazel | ||
check_compat.h | ||
conference_av_test.c | ||
conference_double_invite_test.c | ||
conference_invite_merge_test.c | ||
conference_peer_nick_test.c | ||
conference_simple_test.c | ||
conference_test.c | ||
conference_two_test.c | ||
crypto_test.c | ||
dht_test.c | ||
encryptsave_test.c | ||
file_saving_test.c | ||
file_transfer_test.c | ||
friend_connection_test.c | ||
friend_request_test.c | ||
invalid_tcp_proxy_test.c | ||
invalid_udp_proxy_test.c | ||
lan_discovery_test.c | ||
lossless_packet_test.c | ||
lossy_packet_test.c | ||
Makefile.inc | ||
messenger_test.c | ||
network_test.c | ||
onion_test.c | ||
overflow_recvq_test.c | ||
overflow_sendq_test.c | ||
reconnect_test.c | ||
run_auto_test.h | ||
save_compatibility_test.c | ||
save_friend_test.c | ||
save_load_test.c | ||
send_message_test.c | ||
set_name_test.c | ||
set_status_message_test.c | ||
skeleton_test.c | ||
tcp_relay_test.c | ||
TCP_test.c | ||
tox_many_tcp_test.c | ||
tox_many_test.c | ||
tox_one_test.c | ||
tox_strncasecmp_test.c | ||
toxav_basic_test.c | ||
toxav_many_test.c | ||
typing_test.c | ||
version_test.c |