blob: c9f30d382c0fc1bd6021f7b2a618a8608e3a5560 (
plain)
1
2
3
4
5
6
7
8
9
10
|
o Minor bug fixes (addresses, testing):
- Handle errors in get_interface_address6_via_udp_socket_hack by
returning an empty list (no addresses found). This bug was triggered
in ElectroBSD/FreeBSD jails.
- Ensure that either a valid address is returned in address pointers,
or that the address data is zeroed on error.
- Ensure that free_interface_address6_list handles NULL lists.
- Add unit tests for get_interface_address* failure cases.
Fixes bug #17173.
Patch by fk/teor, not in any released version of tor.
|