bug18454 461 B

12345678
  1. o Minor bugfixes (memory safety):
  2. - Avoid freeing an uninitialised pointer when opening a socket fails
  3. in get_interface_addresses_ioctl.
  4. Fixes bug 18454; bugfix on 9f06ec0c in tor-0.2.3.11-alpha.
  5. Reported by "toralf" and "cypherpunks", patch by "teor".
  6. - Correctly duplicate addresses in get_interface_address6_list.
  7. Fixes bug 18454; bugfix on 110765f5 in tor-0.2.8.1-alpha.
  8. Reported by "toralf", patch by "cypherpunks".