aboutsummaryrefslogtreecommitdiff
path: root/changes/bug19869
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-10-26 12:52:34 -0400
committerNick Mathewson <nickm@torproject.org>2016-10-26 14:16:40 -0400
commitd28870402376c52b32feaebfcbe190873218fb89 (patch)
tree479b4e4b33d912895897798202aef72dabd70a5e /changes/bug19869
parent9a3adb07c49a522ffbefb009687c3bd9ee282d59 (diff)
downloadtor-d28870402376c52b32feaebfcbe190873218fb89.tar.gz
tor-d28870402376c52b32feaebfcbe190873218fb89.zip
Avoid tor_fragile_assert() failure with DNSPort on RESOLVED_TYPE_ERROR
The tor_fragile_assert() bug has existed here since c8a5e2d588e0d91 in tor-0.2.1.7-alpha forever, but tor_fragile_assert() was mostly a no-op until 0.2.9.1-alpha. Fixes bug 19869.
Diffstat (limited to 'changes/bug19869')
-rw-r--r--changes/bug198694
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19869 b/changes/bug19869
new file mode 100644
index 0000000000..430048f161
--- /dev/null
+++ b/changes/bug19869
@@ -0,0 +1,4 @@
+ o Minor bugfixes (DNSPort):
+ - On DNSPort, stop logging a BUG warning on a failed hostname lookup.
+ Fixes bug 19869; bugfix on 0.2.9.1-alpha.
+