tor

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

commit 83b1ca9b07195cc2f2ad514043eaebfaf9e85641
parent db3ee1d862272a36fb23adb208bfe84013e4b8f7
Author: Peter Gerber <peter@arbitrary.ch>
Date:   Sat,  2 Feb 2019 23:09:44 +0000

Add release note for bug 29150

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

diff --git a/changes/bug29150 b/changes/bug29150 @@ -0,0 +1,3 @@ + o Minor bugfixes (linux seccomp sandbox): + - Fix startup crash when experimental sandbox support is enabled. + Fixes bug 29150; bugfix on 0.4.0.1-alpha. Patch by Peter Gerber.