aboutsummaryrefslogtreecommitdiff
path: root/changes/13295
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-29 12:57:07 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-29 12:57:07 -0400
commit09951bea7fe30cd91d8a4dee95278218f0aa199e (patch)
treef97f4cf8d6aa8885752c755aac087ea1656daf4e /changes/13295
parent87576e826f5f60d13478bb9de642be0e6f5533a1 (diff)
downloadtor-09951bea7fe30cd91d8a4dee95278218f0aa199e.tar.gz
tor-09951bea7fe30cd91d8a4dee95278218f0aa199e.zip
Don't use the getaddrinfo sandbox cache from tor-resolve
Fixes bug 13295; bugfix on 0.2.5.3-alpha. The alternative here is to call crypto_global_init() from tor-resolve, but let's avoid linking openssl into tor-resolve for as long as we can.
Diffstat (limited to 'changes/13295')
-rw-r--r--changes/132955
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/13295 b/changes/13295
new file mode 100644
index 0000000000..433432595f
--- /dev/null
+++ b/changes/13295
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Disable sandbox name resolver cache when running tor-resolve:
+ tor-resolve doesn't use the sandbox code, and turning it on was
+ breaking attempts to do tor-resolve on a non-default server on
+ Linux. Fixes bug 13295; bugfix on 0.2.5.3-alpha.