tor

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

commit e79d74072b2a1087d4527912087573412b7da3a7
parent ef25f957e7912491ced116733e699ee341f2dadc
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  1 Nov 2017 13:27:57 -0400

missing changes file for 22605

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

diff --git a/changes/bug22605 b/changes/bug22605 @@ -0,0 +1,5 @@ + o Minor bugfixes (linux seccomp2 sandbox): + - When running with the sandbox enabled, reload configuration files + correctly even when %include was used. Previously we + would crash. Fixes bug 22605; bugfix on 0.3.1. + Patch from Daniel Pinto.