Add more parenthesis to the definition of ARRAY_LENGTH
[tor.git] / changes / ticket12376_part2
blob13f9bb54dc27414c3b2aae70b536ab0d8edb6752
1   o Major refactoring:
2     - Refactor the get_interface_addresses_raw() Doom-function into
3       multiple smaller and easier to understand subfunctions. Cover the
4       resulting subfunctions with unit-tests. Fixes a significant portion 
5       of issue 12376.
7   o Minor bugfixes:
8     - Fix the ioctl()-based network interface lookup code so that it will
9       work on systems that have variable-length struct ifreq, for example
10       Mac OS X.