mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
3966145dff
Now the code has separate implementation and examination functions, uses smartlists sanely, and has relatively decent test coverage.
12 lines
446 B
Plaintext
12 lines
446 B
Plaintext
o Major refactoring:
|
|
- Refactor the get_interface_addresses_raw() Doom-function into
|
|
multiple smaller and easier to understand subfunctions. Cover the
|
|
resulting subfunctions with unit-tests. Fixes a significant portion
|
|
of issue 12376.
|
|
|
|
o Minor bugfixes:
|
|
- Fix the ioctl()-based network interface lookup code so that it will
|
|
work on systems that have variable-length struct ifreq, for example
|
|
Mac OS X.
|
|
|