diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-23 13:03:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-23 13:03:07 -0500 |
commit | 098cbcbb9ec13861b8c95f6ba5b1581177a1971a (patch) | |
tree | 7be28758d3d4bc6ac9720548aece1c039353d0e8 /changes | |
parent | 21ac0cd2afb2275bfe89237c3aeb545fb7de537e (diff) | |
parent | f1fa85ea7325269fdb9f2d82257104d51f58b6a6 (diff) | |
download | tor-098cbcbb9ec13861b8c95f6ba5b1581177a1971a.tar.gz tor-098cbcbb9ec13861b8c95f6ba5b1581177a1971a.zip |
Merge branch 'bug14989'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14989 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14989 b/changes/bug14989 new file mode 100644 index 0000000000..f4432d468b --- /dev/null +++ b/changes/bug14989 @@ -0,0 +1,4 @@ + o Major bugfixes (Linux seccomp2 sandbox): + - Pass IPPROTO_TCP rather than 0 to socket(), so that the + Linux seccomp2 sandbox doesn't fail. Fixes bug 14989; + bugfix on 0.2.6.3-alpha. |