diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-08 13:39:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-08 13:39:59 -0400 |
commit | 1cdad9782d31f10e8e622a642b49f39deebc3737 (patch) | |
tree | 73f7548a0b1266f86f2b698095779cd63ffe3c50 /changes | |
parent | 99e943998dcfd1263301224104ef98596325f9f2 (diff) | |
download | tor-1cdad9782d31f10e8e622a642b49f39deebc3737.tar.gz tor-1cdad9782d31f10e8e622a642b49f39deebc3737.zip |
Add a changes file for 21943.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21943 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug21943 b/changes/bug21943 new file mode 100644 index 0000000000..dbe2c726d9 --- /dev/null +++ b/changes/bug21943 @@ -0,0 +1,6 @@ + o Minor bugfixes (Linux seccomp2 sandbox): + - The getpid() system call is now permitted under the Linux seccomp2 + sandbox, to avoid crashing with versions of OpenSSL (and other + libraries) that attempt to learn the process's PID by using the + syscall rather than the VDSO code. Fixes bug 21943; bugfix on + 0.2.5.1-alpha. |