tor

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

commit ea14d3408df7c846722b54484cf5b8d61de5384f
parent b89a66e9975dec4531c5443744f19b8105b4086a
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 29 Jun 2018 13:06:15 -0400

Merge branch 'maint-0.2.9' into maint-0.3.1

Diffstat:
Achanges/ticket26467 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/ticket26467 b/changes/ticket26467 @@ -0,0 +1,3 @@ + o Minor bugfixes (memory, correctness): + - Fix a number of small memory leaks identified by coverity. Fixes + bug 26467; bugfix on numerous Tor versions.