mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'weasel/bug19660' into maint-0.2.8
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
o Minor bugfixes (sandboxing):
|
||||
- If we did not find a non-private IPaddress by iterating over
|
||||
interfaces, we would try to get one via
|
||||
get_interface_address6_via_udp_socket_hack(). This opens a
|
||||
datagram socket with IPPROTO_UDP. Previously all our datagram
|
||||
sockets (via libevent) used IPPROTO_IP, so we did not have that
|
||||
in the sandboxing whitelist. Add (SOCK_DGRAM, IPPROTO_UDP)
|
||||
sockets to the sandboxing whitelist. Fixes bug 19660.
|
||||
Reference in New Issue
Block a user