mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
b0867fec96
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.
4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
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.
|