tor

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

commit bdf685e47614ef5dca935b9fe9a608ffdd63a816
parent 7971b3a5a6fc8b964339b144ae33faf9db1c3869
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 29 May 2019 09:05:26 -0400

Changes file for bug 30614

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

diff --git a/changes/bug30614 b/changes/bug30614 @@ -0,0 +1,4 @@ + o Minor bugfixes (NetBSD): + - Fix usage of minherit() on NetBSD and other platforms that define + MAP_INHERIT_{ZERO,NONE} instead of INHERIT_{ZERO,NONE}. Fixes bug + 30614; bugfix on 0.4.0.2-alpha. Patch from Taylor Campbell.