Files
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
..
2010-01-24 15:03:45 -05:00
2009-10-27 01:03:41 -07:00
2009-09-27 12:07:33 -04:00