mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Our code doesn't allow it and so this prevents an assert() crash if the DirPort is for instance IPv6 only. Fixes #40494 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
270 B
Text
5 lines
270 B
Text
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.
|