diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-05-06 17:15:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-05-06 17:15:37 -0400 |
commit | b444096be5ac509be1b2b68dc8e18ca1f558fef5 (patch) | |
tree | fdeb798b738356dd1fbf98d5851485a29b843434 /changes | |
parent | b7fcbb28d4c3baae4099b709e8df65fc69a5697a (diff) | |
download | tor-b444096be5ac509be1b2b68dc8e18ca1f558fef5.tar.gz tor-b444096be5ac509be1b2b68dc8e18ca1f558fef5.zip |
Fix a boolean logic error when logging about invalid hostnames.
Fixes bug 34131; bugfix on 0.4.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug34131 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug34131 b/changes/bug34131 new file mode 100644 index 0000000000..eb3a3feba2 --- /dev/null +++ b/changes/bug34131 @@ -0,0 +1,4 @@ + o Minor bugfixes (logging): + - Fix a logic error in a log message about whether an address was + invalid. Previously, the code would never report that onion addresses + were onion addresses. Fixes bug 34131; bugfix on 0.4.3.1-alpha. |