mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
e9bf584694
Previously we'd suppressed the mask-bits field in the output when formatting a policy if it was >=32. But that should be a >=128 if we're talking about IPv6. Since we didn't put these in descriptors, this bug affects only log messages and controller outputs. Fix for bug 16056. The code in question was new in 0.2.0, but the bug was introduced in 0.2.4 when we started supporting IPv6 exits.
4 lines
225 B
Plaintext
4 lines
225 B
Plaintext
o Minor bugfixes (relay, IPv6):
|
|
- When displaying an IPv6 exit policy, include the mask bits correctly
|
|
even when the number is greater than 31. Fixes bug 16056; bugfix on
|
|
0.2.4.7-alpha. Patch from "gturner". |