tor

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

commit 6bc9ff87b8a9ed4bd765c238c5d27984b4149302
parent 184d889f8ac7a004050a1d3d0c5981d6518410c0
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 30 May 2017 08:48:50 -0400

changes file for 22417

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

diff --git a/changes/bug22417 b/changes/bug22417 @@ -0,0 +1,3 @@ + o Major bugfixes (torrc, crash): + - Fix a crash bug when using %include in torrc. Fixes bug 22417; + bugfix on 0.3.1.1-alpha. Patch by Daniel Pinto.