diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-07 12:18:37 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-07 12:24:36 -0500 |
commit | 0a35ac6a22de04748c2f078c8f1f5a166423049d (patch) | |
tree | 25634f123d208c89fac2d7d59284f6cd6725cdb0 /changes | |
parent | d6b49c55c58777ec7457cd8ae6a372fe0939f920 (diff) | |
download | tor-0a35ac6a22de04748c2f078c8f1f5a166423049d.tar.gz tor-0a35ac6a22de04748c2f078c8f1f5a166423049d.zip |
Correctly detect and exclude addresses outside of our virtual address range
Found by cypherpunks; fixes more of 2328. Bug was introduced in 3623a122;
first appeared in 0.2.0.5-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2328 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug2328 b/changes/bug2328 index f1a4fa89c5..fee80a1585 100644 --- a/changes/bug2328 +++ b/changes/bug2328 @@ -5,4 +5,5 @@ - Correctly handle the case where AutomapHostsOnResolve is set but no virtual addresses are available. Fixes bug2328, bugfix on 0.1.2.1-alpha. Bug found by doorss. - + - Correctly handle wrapping around to when we run out of virtual address + space. Found by cypherpunks, bugfix on 0.2.0.5-alpha. |