mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
There was a dead check when we made sure that an array member of a struct was non-NULL. Tor has been doing this check since at least 0.2.3, maybe earlier. Fixes bug 17781.
3 lines
159 B
Text
3 lines
159 B
Text
o Compilation fixes:
|
|
- Fix a compilation warning with Clang 3.6: Do not check the
|
|
presence of an address which can never be NULL. Fixes bug 17781.
|