mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
When IPv6 ORPorts are set to "auto", tor relays and bridges would advertise an incorrect port in their descriptor. This may be a low-severity memory safety issue, because the published port number may be derived from uninitialised or out-of-bounds memory reads. Fixes bug 32588; bugfix on 0.2.3.9-alpha.
4 lines
206 B
Text
4 lines
206 B
Text
o Minor bugfixes (relays):
|
|
- Stop advertising incorrect IPv6 ORPorts in relay and bridge descriptors,
|
|
when the IPv6 port was configured as "auto".
|
|
Fixes bug 32588; bugfix on 0.2.3.9-alpha
|