aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-03 21:34:35 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-03 21:34:35 -0500
commitc75cf802d3061633bf0679ce8df33660a3be9345 (patch)
tree5b9c9babb670703880149d26a1c7f1d25015be3c /changes
parentabdc6aede2187e3b77ccf2d9a91c9443dab2109e (diff)
parent16199a54a2b3f5ce94c6ca4248cbf44448ba95ae (diff)
downloadtor-c75cf802d3061633bf0679ce8df33660a3be9345.tar.gz
tor-c75cf802d3061633bf0679ce8df33660a3be9345.zip
Merge branch 'ticket28879' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket288795
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket28879 b/changes/ticket28879
new file mode 100644
index 0000000000..126420f6ca
--- /dev/null
+++ b/changes/ticket28879
@@ -0,0 +1,5 @@
+ o Minor bugfixes (correctness):
+ - Fix an unreached code-path where we checked the value of "hostname"
+ inside send_resolved_hostnam_cell(). Previously, we used it before
+ checking it; now we check it first. Fixes bug 28879; bugfix on
+ 0.1.2.7-alpha.