summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-05 16:36:48 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-05 16:36:48 -0500
commiteabddd8ca003af2788832208e9ab666f7d3e9378 (patch)
treecabb02b8dcffa0ba25aba9aee6b5c3f3d7604bb5 /changes
parent31d6659d974800e972af43856405e8a7abe08f72 (diff)
downloadtor-eabddd8ca003af2788832208e9ab666f7d3e9378.tar.gz
tor-eabddd8ca003af2788832208e9ab666f7d3e9378.zip
Handle a NULL return from addressmap_get_virtual_address
Fix for bug 2328; bugfix on 0.1.2.1-alpha; bug found by doorss.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug23286
1 files changed, 5 insertions, 1 deletions
diff --git a/changes/bug2328 b/changes/bug2328
index e5ce492a82..f1a4fa89c5 100644
--- a/changes/bug2328
+++ b/changes/bug2328
@@ -1,4 +1,8 @@
o Minor bugfixes
- Fix a bug where we would declare that we had run out of virtual
addresses when the address space was only half-exhausted. Bugfix
- on 0.1.1.19-rc.
+ on 0.1.2.1-alpha.
+ - 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.
+