diff options
author | Alexander Færøy <ahf@torproject.org> | 2022-05-09 14:37:26 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2022-05-09 14:37:26 +0000 |
commit | 5f2b75aafd415894153819e9fcd2497c0bbcde46 (patch) | |
tree | 2abdeb5c3704eacd0ebaea4688f89b097e31f762 /changes | |
parent | 5345b43fb845cf76d4f0066057170963b96eec7e (diff) | |
parent | 4ba89c0ccc9452fa995f75a75824e828f62bbf92 (diff) | |
download | tor-5f2b75aafd415894153819e9fcd2497c0bbcde46.tar.gz tor-5f2b75aafd415894153819e9fcd2497c0bbcde46.zip |
Merge branch 'maint-0.4.6' into maint-0.4.7
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40601 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40601 b/changes/ticket40601 new file mode 100644 index 0000000000..529e3badfe --- /dev/null +++ b/changes/ticket40601 @@ -0,0 +1,4 @@ + o Minor bugfixes (linux seccomp2 sandbox): + - Allow the rseq system call in the sandbox. This solves a crash issue with + glibc 2.35 on Linux. Patch from pmu-ipf. Fixes bug 40601; bugfix on + 0.3.5.11. |