diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-21 09:29:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-21 09:29:03 -0400 |
commit | 5cd85feaa7f05b2dc6229b4a72216ee8ffdc3b66 (patch) | |
tree | 8c191591eb3f165afdd2c4877fdc075c6dd004a9 /changes | |
parent | 95d4bff7849a1801085c1f28b3f7a54b3b814dd6 (diff) | |
parent | d28bfb2cd5665c38bd14d6a72848209dcd66faf9 (diff) | |
download | tor-5cd85feaa7f05b2dc6229b4a72216ee8ffdc3b66.tar.gz tor-5cd85feaa7f05b2dc6229b4a72216ee8ffdc3b66.zip |
Merge remote-tracking branch 'tor-gitlab/mr/68' into maint-0.4.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40020 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug40020 b/changes/bug40020 new file mode 100644 index 0000000000..ca6ee2b85b --- /dev/null +++ b/changes/bug40020 @@ -0,0 +1,9 @@ + o Minor bugfixes (linux seccomp2 sandbox): + - Makes the seccomp sandbox allow the correct syscall for opendir + according to the running glibc version. The opendir function + either uses open or openat but the current code does not + differenciate between opendir and open calls. This adds a new + seccomp sandbox rule for opendir. This fixes crashes when + reloading torrc with sandbox enabled when running on glibc + 2.15 to 2.21 and 2.26. Patch from Daniel Pinto. Fixes bug 40020; + bugfix on 0.3.5.11. |