bug24733 354 B

123456
  1. o Minor bugfixes (code correctness):
  2. - Stop invoking undefined behaviour by using tor_free() on an unaligned
  3. pointer in get_interface_addresses_ioctl(). This pointer alignment issue
  4. exists on x86_64 macOS, but is unlikely to exist elsewhere.
  5. Fixes bug 24733; bugfix on 0.3.0.0-alpha-dev;
  6. not in any released version of tor.