mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Also, turn an absent hostname into a BUG(), not a crash. Found by scan-build. Closes ticket 28879; bugfix on 0.1.2.7-alpha
5 lines
271 B
Text
5 lines
271 B
Text
o Minor bugfixes (correctness):
|
|
- Fix an unreached code-path where we checked the value of "hostname"
|
|
inside send_resolved_hostnam_cell(). Previously, we used it before
|
|
checking it; now we check it first. Fixes bug 28879; bugfix on
|
|
0.1.2.7-alpha.
|