tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 9f2b887c5d251b93ee9def70871dfd71af71d995
parent 9054ccb36b9b4bedf5991b00a4a8bfedb28c64f0
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Sun,  3 Jun 2018 14:48:20 +0300

Enable DEBUG_SMARTLIST for entire codebase when expensive hardening is on

Diffstat:
Mconfigure.ac | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -176,6 +176,7 @@ AC_ARG_ENABLE(fragile-hardening, AS_HELP_STRING(--enable-fragile-hardening, [enable more fragile and expensive compiler hardening; makes Tor slower])) if test "x$enable_expensive_hardening" = "xyes" || test "x$enable_fragile_hardening" = "xyes"; then fragile_hardening="yes" + AC_DEFINE(DEBUG_SMARTLIST, 1, [Enable smartlist debugging]) fi dnl Linker hardening options