mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
df3812ede1
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. |
||
---|---|---|
.. | ||
Makefile.am | ||
test_addr.c | ||
test_containers.c | ||
test_crypto.c | ||
test_data.c | ||
test_dir.c | ||
test_util.c | ||
test.c | ||
test.h | ||
tinytest_demo.c | ||
tinytest_macros.h | ||
tinytest.c | ||
tinytest.h |