Handle a NULL return from addressmap_get_virtual_address

Fix for bug 2328; bugfix on 0.1.2.1-alpha; bug found by doorss.
This commit is contained in:
Nick Mathewson
2011-01-05 16:36:48 -05:00
parent 31d6659d97
commit eabddd8ca0
2 changed files with 25 additions and 5 deletions
+5 -1
View File
@@ -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.