tor/src/test
Nick Mathewson df3812ede1 Rearrange _thread_test_func to please Coverity Scan
I believe  that since  we were allocating  *cp while holding  a mutex,
coverity deduced that  *cp must be protected by  that mutex, and later
flipped out  when we didn't  use it  that way. If  this is so,  we can
solve our problems by moving the *cp = tor_strdup(buf) part outside of
the mutex-protected code.
2010-01-25 14:12:37 -05:00
..
Makefile.am Merge commit 'origin/maint-0.2.1' 2010-01-24 15:03:45 -05:00
test_addr.c Split directory tests into their own module. 2009-09-23 00:24:43 -04:00
test_containers.c Enhance pqueue so we can remove items from the middle. 2009-12-12 19:06:38 -05:00
test_crypto.c Fix CID 409: check return value of base64_encode in tests 2009-10-26 22:40:41 -04:00
test_data.c Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00
test_dir.c Fix a very stupid coverity complaint (CID 416). 2009-10-26 22:40:41 -04:00
test_util.c Rearrange _thread_test_func to please Coverity Scan 2010-01-25 14:12:37 -05:00
test.c Fix bug 1113. 2009-10-27 01:03:41 -07:00
test.h Improved fix for test_memeq_hex leak. 2009-09-27 12:07:33 -04:00
tinytest_demo.c Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00
tinytest_macros.h Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00
tinytest.c Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00
tinytest.h Move testing code into new src/test directory. 2009-09-23 00:24:43 -04:00