aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-01-06 04:27:58 -0500
committerNick Mathewson <nickm@torproject.org>2014-01-06 04:27:58 -0500
commit682c2252a564be67fd4fa817d535df0ddc1c758a (patch)
tree60a43409a3ea75a37e7a9e1311212ba00d2d9f62 /changes
parent90303602773eca8505229c832119dafcbcfe1ab7 (diff)
downloadtor-682c2252a564be67fd4fa817d535df0ddc1c758a.tar
tor-682c2252a564be67fd4fa817d535df0ddc1c758a.tar.gz
Fix some seccomp2 issues
Fix for #10563. This is a compatibility issue with libseccomp-2.1. I guess you could call it a bugfix on 0.2.5.1?
Diffstat (limited to 'changes')
-rw-r--r--changes/seccomp2-fixes3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/seccomp2-fixes b/changes/seccomp2-fixes
new file mode 100644
index 000000000..600feecd1
--- /dev/null
+++ b/changes/seccomp2-fixes
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Fix compilation warnings and startup issues when running with
+ libseccomp-2.1.0. Fixes bug 10563.