mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
861337fd6d
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.
5 lines
206 B
Plaintext
5 lines
206 B
Plaintext
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
|