]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug 30614
authorNick Mathewson <nickm@torproject.org>
Wed, 29 May 2019 13:05:26 +0000 (09:05 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 29 May 2019 13:05:26 +0000 (09:05 -0400)
changes/bug30614 [new file with mode: 0644]

diff --git a/changes/bug30614 b/changes/bug30614
new file mode 100644 (file)
index 0000000..9f904bd
--- /dev/null
@@ -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.