aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-06-11 11:01:52 -0400
committerNick Mathewson <nickm@torproject.org>2014-06-11 11:01:52 -0400
commit6f20dd7bfc256e650b0d04f70f06c9837b90158d (patch)
tree761f980e6663cdab4a0e023a110ee94c1102018e /changes
parente8dd34f1655e376942af2792f7d605898166b631 (diff)
parentb883b8d1a5edbccbc38c77f8e8bdea549792bd22 (diff)
downloadtor-6f20dd7bfc256e650b0d04f70f06c9837b90158d.tar
tor-6f20dd7bfc256e650b0d04f70f06c9837b90158d.tar.gz
Merge remote-tracking branch 'public/bug11970'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug119707
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug11970 b/changes/bug11970
new file mode 100644
index 000000000..896f0cfaf
--- /dev/null
+++ b/changes/bug11970
@@ -0,0 +1,7 @@
+ o Minor bugfixes (linux seccomp sandbox):
+ - Refactor the getaddrinfo workaround that the seccomp sandbox
+ uses to avoid calling getaddrinfo() after installing the sandbox
+ filters. Previously, it preloaded a cache with the IPv4 address
+ for our hostname, and nothing else. Now, it loads the cache with
+ every address that it used to initialize the Tor process. Fixes
+ bug 11970; bugfix on 0.2.5.1-alpha.