Files
tor/changes
Nick Mathewson e425fc7804 sandbox: revamp sandbox_getaddrinfo cacheing
The old cache had problems:
     * It needed to be manually preloaded. (It didn't remember any
       address you didn't tell it to remember)
     * It was AF_INET only.
     * It looked at its cache even if the sandbox wasn't turned on.
     * It couldn't remember errors.
     * It had some memory management problems. (You can't use memcpy
       to copy an addrinfo safely; it has pointers in.)

This patch fixes those issues, and moves to a hash table.

Fixes bug 11970; bugfix on 0.2.5.1-alpha.
2014-05-22 17:39:36 -04:00
..
2014-02-07 13:13:15 -05:00
2014-05-16 08:56:42 -07:00
2014-04-29 12:53:19 -04:00
2014-04-29 11:58:43 -04:00
2014-04-29 13:23:54 -04:00
2014-05-08 12:01:12 -04:00
2014-05-05 11:21:35 +02:00
2014-05-07 22:23:19 -04:00
2014-05-06 10:18:34 -04:00
2014-05-20 15:21:48 -04:00