mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
9 lines
461 B
Plaintext
9 lines
461 B
Plaintext
o Minor bugfixes (memory safety):
|
|
- Avoid freeing an uninitialised pointer when opening a socket fails
|
|
in get_interface_addresses_ioctl.
|
|
Fixes bug 18454; bugfix on 9f06ec0c in tor-0.2.3.11-alpha.
|
|
Reported by "toralf" and "cypherpunks", patch by "teor".
|
|
- Correctly duplicate addresses in get_interface_address6_list.
|
|
Fixes bug 18454; bugfix on 110765f5 in tor-0.2.8.1-alpha.
|
|
Reported by "toralf", patch by "cypherpunks".
|