bug11970 435 B

1234567
  1. o Minor bugfixes (linux seccomp sandbox):
  2. - Refactor the getaddrinfo workaround that the seccomp sandbox
  3. uses to avoid calling getaddrinfo() after installing the sandbox
  4. filters. Previously, it preloaded a cache with the IPv4 address
  5. for our hostname, and nothing else. Now, it loads the cache with
  6. every address that it used to initialize the Tor process. Fixes
  7. bug 11970; bugfix on 0.2.5.1-alpha.