From: Nick Mathewson Date: Wed, 29 May 2019 13:05:26 +0000 (-0400) Subject: Changes file for bug 30614 X-Git-Tag: tor-0.4.1.2-alpha~25^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdf685e47614ef5dca935b9fe9a608ffdd63a816;p=thirdparty%2Ftor.git Changes file for bug 30614 --- diff --git a/changes/bug30614 b/changes/bug30614 new file mode 100644 index 0000000000..9f904bd115 --- /dev/null +++ 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.