diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-03 21:34:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-03 21:34:43 -0500 |
commit | 98a1b8770cc6a52cd958d49882dbbadd6ae212f0 (patch) | |
tree | 86c0b202166126cf66e5aae38be2b3a07fe04bf1 /changes | |
parent | 7232f04939f44146254c21086178c62cce1d3392 (diff) | |
parent | c75cf802d3061633bf0679ce8df33660a3be9345 (diff) | |
download | tor-98a1b8770cc6a52cd958d49882dbbadd6ae212f0.tar.gz tor-98a1b8770cc6a52cd958d49882dbbadd6ae212f0.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28879 | 5 |
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. |