mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
9d5c6317b5
gcc 8 warns that extend_info_t.nickname might be truncated by strncpy(). But it doesn't know that nickname can either contain a hex id, or a nicknames. hex ids are only used for general and HSDir circuits. Fixes bug 27463; bugfix on 0.1.1.2-alpha.
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
o Minor bugfixes (onion services):
|
|
- Silence a spurious compiler warning in rend_client_send_introduction().
|
|
Fixes bug 27463; bugfix on 0.1.1.2-alpha.
|