mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Always initialize addr in parse_port_config()
It was always analyzed before use, but scan-build wasn't able to persuade itself of that. Closes ticket 28881.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Code simplification and refactoring:
|
||||
- When parsing a port configuration, make it more
|
||||
obvious to static analyzer tools that we will always initialize the
|
||||
address. Closes ticket 28881.
|
||||
Reference in New Issue
Block a user