tor

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

commit 56b7407a9096eeed8af1b45bda5a149e7ffabb2c
parent 67c62394bc0c8a1c7beb689908b968af454a828a
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 15 Nov 2017 15:11:26 -0500

Merge branch 'bug24279_030' into maint-0.3.2

Diffstat:
Mchanges/bug24279 | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/changes/bug24279 b/changes/bug24279 @@ -2,3 +2,4 @@ - Fix a memory leak warning in one of the libevent-related configuration tests that could occur when manually specifying -fsanitize=address. Fixes bug 24279; bugfix on 0.3.0.2-alpha. + Found and patched by Alex Xu.