diff options
author | teor <teor@torproject.org> | 2020-01-30 07:55:05 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-01-30 07:55:05 +1000 |
commit | 6b392c333a854bb4d18ae6ea1686627451bb03f8 (patch) | |
tree | b6ed076c089c78277a59a126255b0b2433069bf4 /changes | |
parent | 9b0b2aef806c5d9bcb5e5acd4b4c3cf7488ec442 (diff) | |
parent | 65825018c7aed931324dd427bb1e84544a9b2f47 (diff) | |
download | tor-6b392c333a854bb4d18ae6ea1686627451bb03f8.tar.gz tor-6b392c333a854bb4d18ae6ea1686627451bb03f8.zip |
Merge branch 'maint-0.4.0' into maint-0.4.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29819 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug29819 b/changes/bug29819 new file mode 100644 index 0000000000..d37ac83d66 --- /dev/null +++ b/changes/bug29819 @@ -0,0 +1,8 @@ + o Minor bugfixes (linux seccomp sandbox): + - Correct how we use libseccomp. Particularly, stop assuming that + rules are applied in a particular order or that more rules are + processed after the first match. Neither is the case! In libseccomp + <2.4.0 this lead to some rules having no effect. Libseccomp 2.4.0 + changed how rules are generated leading to a different ordering + which in turn lead to a fatal crash during startup. Fixes bug + 29819; bugfix on 0.2.5.1-alpha. Patch by Peter Gerber. |