summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-08 13:40:41 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-08 13:40:41 -0400
commit35025ee51ff9204271fcfc787a99334082e531a1 (patch)
tree348f72fec16864a09d7af81c9e7c7ae12ee2cb2a /changes
parent03fdf232bff1e1a98007eaf7c583ee956b09e1d5 (diff)
parentd792d2a14ddb7d2ff62dea8ed7d15416b1254348 (diff)
downloadtor-35025ee51ff9204271fcfc787a99334082e531a1.tar.gz
tor-35025ee51ff9204271fcfc787a99334082e531a1.zip
Merge branch 'maint-0.3.0'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug219436
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.