summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-06-15 10:19:46 -0400
committerNick Mathewson <nickm@torproject.org>2015-06-15 10:19:46 -0400
commit130a9c0ac8aa13acf7e59872aa628e1864fc828d (patch)
treecd3745ccba4cb7b2c7ace4ca561fc12b738e27f6 /changes
parent3c5fe7b8ab4ef228658b06e16a3286f1fda2f800 (diff)
parent59fa0c2d996621af5c6990534fe9a07864882975 (diff)
downloadtor-130a9c0ac8aa13acf7e59872aa628e1864fc828d.tar.gz
tor-130a9c0ac8aa13acf7e59872aa628e1864fc828d.zip
Merge remote-tracking branch 'origin/maint-0.2.6'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug163634
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug16363 b/changes/bug16363
new file mode 100644
index 0000000000..1a6f8c6eff
--- /dev/null
+++ b/changes/bug16363
@@ -0,0 +1,4 @@
+ o Minor bugfixes (Linux seccomp2 sandbox):
+ - Allow pipe() and pipe2() syscalls; we need these when eventfd2()
+ support is missing. Fixes bug 16363; bugfix on 0.2.6.3-alpha.
+ Patch from "teor".