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