diff options
author | David Goulet <dgoulet@torproject.org> | 2021-11-03 09:53:35 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-11-03 09:53:35 -0400 |
commit | 36e6ad6c7b8c8205cda5763eff2ec535e788b1a0 (patch) | |
tree | 4cccc47860a3b91eb7181faaf188ddeda41c49a3 /changes | |
parent | 44671995d10c863d3e7967f8f10d2b599ebfe2e6 (diff) | |
parent | 83f8fe05e8f398f8f1a403b159284db5952d17de (diff) | |
download | tor-36e6ad6c7b8c8205cda5763eff2ec535e788b1a0.tar.gz tor-36e6ad6c7b8c8205cda5763eff2ec535e788b1a0.zip |
Merge branch 'maint-0.4.6'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40494 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40494 b/changes/ticket40494 new file mode 100644 index 0000000000..a0e6c38443 --- /dev/null +++ b/changes/ticket40494 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay): + - Reject IPv6-only DirPorts. Our reachability self-test forces DirPorts to + be IPv4, but our configuration parser allowed them to be IPv6-only, + which led to an assertion failure. Fixes bug 40494; bugfix on + 0.4.5.1-alpha. |