diff options
author | David Goulet <dgoulet@torproject.org> | 2019-05-30 09:56:18 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-05-30 09:56:18 -0400 |
commit | 61bd8f428b2bd637591dace2d7d65af42740b898 (patch) | |
tree | 03b00376f6fa6321781fc121179164a47a656385 /changes | |
parent | 70553a91343e242e05e569d59584674a21d09679 (diff) | |
parent | bdf685e47614ef5dca935b9fe9a608ffdd63a816 (diff) | |
download | tor-61bd8f428b2bd637591dace2d7d65af42740b898.tar.gz tor-61bd8f428b2bd637591dace2d7d65af42740b898.zip |
Merge branch 'tor-github/pr/1049'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug30614 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |