tor/src/lib/err
teor 315f14c709
backtrace: avoid undefined behaviour on re-initialisation
cb_buf_mutex is statically initialised, so we can not destroy it when
we are shutting down the err subsystem. If we destroy it, and then
re-initialise tor, all our backtraces will fail.

Part of 31736, but committed in this branch to avoid merge conflicts.
2019-09-26 12:07:25 +10:00
..
.may_include New script to check includes for modularity violations 2018-06-21 14:05:33 -04:00
backtrace.c backtrace: avoid undefined behaviour on re-initialisation 2019-09-26 12:07:25 +10:00
backtrace.h Bump copyright date to 2019. 2019-01-16 12:32:32 -05:00
include.am Make sure liberr-testing is build with testing flags. 2018-06-21 13:14:14 -04:00
torerr.c Bump copyright date to 2019. 2019-01-16 12:32:32 -05:00
torerr.h Bump copyright date to 2019. 2019-01-16 12:32:32 -05:00