From: Nick Mathewson Date: Mon, 8 May 2017 17:39:59 +0000 (-0400) Subject: Add a changes file for 21943. X-Git-Tag: tor-0.2.9.11~14^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cdad9782d31f10e8e622a642b49f39deebc3737;p=thirdparty%2Ftor.git Add a changes file for 21943. --- 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.