mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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.
3 lines
163 B
Text
3 lines
163 B
Text
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.
|