tor/src
cypherpunks 0e20d056e9 Prevent ASAN from registering a SIGSEGV handler
AddressSanitizer's (ASAN) SIGSEGV handler overrides the backtrace
handler and prevents it from printing its backtrace. The output of ASAN
is different from what 'bt_test.py' expects and causes backtrace test
failures.

The 'allow_user_segv_handler' option allows applications to set their
own SIGSEGV handler but is not supported by older GCC versions. These
older GCC versions do support the 'handle_segv' which prevents ASAN from
setting its SIGSEGV handler.
2016-05-20 08:34:18 -04:00
..
common Remove round_int64_to_next_multiple_of: It is now unused. 2016-05-19 21:21:24 -04:00
config Merge branch 'maint-0.2.8' 2016-05-09 14:59:47 -04:00
ext Whoops. We use -Wmussing-prototypes. 2016-05-20 08:29:26 -04:00
or Make another variable unsigned. 2016-05-20 08:12:09 -04:00
test Prevent ASAN from registering a SIGSEGV handler 2016-05-20 08:34:18 -04:00
tools Fix inconsistent tab/space mixing in include.am files. 2016-05-12 13:06:58 -04:00
trunnel Update to trunnel 1.4.4 to fix 18373 2016-02-22 14:19:29 -05:00
win32 Begin an 0.2.9 branch 2016-03-28 15:54:59 -04:00
include.am Use trunnel for crypto_pwbox encoding/decoding. 2014-09-25 11:58:14 -04:00