toxcore/testing
iphydf 9c03439ad0
Fix out of bounds read in error case in messenger_test.
Also got rid of two VLAs. They are overused a bit in toxcore. In
irc_syncbot, the array was uninitialised and then filled by a recv system
call. This can cause uninitialised reads if recv doesn't fill the entire
array. It could not cause out of bounds read directly, because a
NUL-terminator was in place, but both cases are undefined behaviour.
2018-01-26 01:30:06 +00:00
..
av_test.c Add BUILD files for all the little tools in the repo. 2018-01-21 01:31:11 +00:00
BUILD Publish a single public BUILD target for c-toxcore. 2018-01-22 21:18:24 +00:00
DHT_test.c Make DHT a module-private type. 2018-01-16 20:06:07 +00:00
irc_syncbot.c Fix out of bounds read in error case in messenger_test. 2018-01-26 01:30:06 +00:00
Makefile.inc Remove nTox from the repo. 2018-01-20 19:05:53 +00:00
Messenger_test.c Fix formatting in some C files. 2018-01-10 18:57:37 +00:00
misc_tools.c Build tests on appveyor, the MSVC build. 2017-06-05 13:45:20 +00:00
tox_shell.c Move c_sleep to helpers.h and misc_tools.h 2017-03-25 20:40:34 +03:00
tox_sync.c Fix some memory or file descriptor leaks in test code. 2018-01-14 19:15:28 +00:00