diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-27 08:23:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-27 08:23:37 -0400 |
commit | b387dd364f44ff79aff7c4c71a3bff9dd21b1623 (patch) | |
tree | 1c0202bd76a1700fc3f7f2d0c8adf716f46a9e21 /changes | |
parent | 836d628fc5a8974be09e58c32d2bc178874d50c2 (diff) | |
parent | ced2dd5f92c910fb827bac2e70edfc6e5922b21a (diff) | |
download | tor-b387dd364f44ff79aff7c4c71a3bff9dd21b1623.tar.gz tor-b387dd364f44ff79aff7c4c71a3bff9dd21b1623.zip |
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20247 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20247 b/changes/bug20247 new file mode 100644 index 0000000000..731cf0046f --- /dev/null +++ b/changes/bug20247 @@ -0,0 +1,4 @@ + o Minor bugfixes (linux seccomp2 sandbox): + - Avoid a sandbox failure when trying to re-bind to a socket and mark + it as IPv6-only. Fixes bug 20247; bugfix on 0.2.5.1-alpha. + |