summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-12-02 15:37:24 -0500
committerNick Mathewson <nickm@torproject.org>2011-12-02 15:37:24 -0500
commitb7015603fa014c91056fa46cb012976a9e166cd3 (patch)
tree0e873829f55b7264a2f00b23aa44635145dc6eb1 /changes
parent3ebe960f3f734322ea3ea471ca6abceb245ca322 (diff)
downloadtor-b7015603fa014c91056fa46cb012976a9e166cd3.tar.gz
tor-b7015603fa014c91056fa46cb012976a9e166cd3.zip
Fix bug 4530; check return val of tor_addr_lookup correctly
Fix on 0.2.1.5-alpha; reported by troll_un
Diffstat (limited to 'changes')
-rw-r--r--changes/bug45306
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug4530 b/changes/bug4530
new file mode 100644
index 0000000000..7cd4726e57
--- /dev/null
+++ b/changes/bug4530
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+
+ - Correctly detect and handle transient lookup failures from
+ tor_addr_lookup. Fixes bug 4530; bugfix on 0.2.1.5-alpha.
+ Reported by "troll_un".
+