Don't use the getaddrinfo sandbox cache from tor-resolve
commit09951bea7fe30cd91d8a4dee95278218f0aa199e
authorNick Mathewson <nickm@torproject.org>
Mon, 29 Sep 2014 16:57:07 +0000 (29 12:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 29 Sep 2014 16:57:07 +0000 (29 12:57 -0400)
treef97f4cf8d6aa8885752c755aac087ea1656daf4e
parent87576e826f5f60d13478bb9de642be0e6f5533a1
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.
changes/13295 [new file with mode: 0644]
src/common/sandbox.c
src/common/sandbox.h
src/tools/tor-resolve.c