mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
97f7efa9e3
Our code assumes that when we're configured to get IPv6 addresses out of a TRANS_PF transparent proxy connection, we actually will. But we didn't check that, and so FreeBSD started warning us about a potential NULL pointer dereference. Fixes part of bug 31687; bugfix on 0.2.3.4-alpha when this code was added.
6 lines
282 B
Plaintext
6 lines
282 B
Plaintext
o Minor bugfixes (FreeBSD, PF-based proxy, IPv6):
|
|
- When extracting an IPv6 address from a PF-based proxy, verify
|
|
that we are actually configured to receive an IPv6 address,
|
|
and log an internal error if not. Fixes part of bug 31687;
|
|
bugfix on 0.2.3.4-alpha.
|