diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-08-25 21:16:22 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-08-25 21:16:22 +0000 |
commit | fd36eb07889403524d3361d15b5d008c22695952 (patch) | |
tree | 0736cbdbf611faff3bcc65ed19113f70c52b4e49 /doc/TODO | |
parent | 7739c5c49a3eb191b7c042ead52d7e9d28515672 (diff) | |
download | tor-fd36eb07889403524d3361d15b5d008c22695952.tar.gz tor-fd36eb07889403524d3361d15b5d008c22695952.zip |
r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400
Fix bug 314: Instead of checking address_in_virtualrange, check addressmap_have_mapping(). This should be more accurate. [Rename to addressmap_have_mapping() from addressmap_already_mapped().]
svn:r8226
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,12 +24,12 @@ Important bugfixes in 0.1.2.x: until we've fetched correct ones. - If the client's clock is too far in the past, it will drop (or just not try to get) descriptors, so it'll never build circuits. - - bug #308: if Tor writes a bad datestamp to its datadir files, it + o bug #308: if Tor writes a bad datestamp to its datadir files, it will then refuse to start even if you fix your clock. Items for 0.1.2.x: o bug #280: getaddrinfo does not set hints - - bug #314: is the fix for this just to check not only + o bug #314: is the fix for this just to check not only address_is_in_virtual_range(req->address) but also to check whether ent = strmap_get(addressmap, address) and ent->new_address is set? - when we start, remove any entryguards that are listed in excludenodes. |