diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-01-06 04:27:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-01-06 04:27:58 -0500 |
commit | 682c2252a564be67fd4fa817d535df0ddc1c758a (patch) | |
tree | 60a43409a3ea75a37e7a9e1311212ba00d2d9f62 /changes | |
parent | 90303602773eca8505229c832119dafcbcfe1ab7 (diff) | |
download | tor-682c2252a564be67fd4fa817d535df0ddc1c758a.tar.gz tor-682c2252a564be67fd4fa817d535df0ddc1c758a.zip |
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-fixes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/seccomp2-fixes b/changes/seccomp2-fixes new file mode 100644 index 0000000000..600feecd11 --- /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. |