mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Strings need room for a NUL.
svn:r1630
This commit is contained in:
@@ -881,7 +881,7 @@ rend_service_set_connection_addr_port(connection_t *conn, circuit_t *circ)
|
||||
rend_service_t *service;
|
||||
int i;
|
||||
rend_service_port_config_t *p;
|
||||
char serviceid[REND_SERVICE_ID_LEN];
|
||||
char serviceid[REND_SERVICE_ID_LEN+1];
|
||||
|
||||
assert(circ->purpose == CIRCUIT_PURPOSE_S_REND_JOINED);
|
||||
log_fn(LOG_DEBUG,"beginning to hunt for addr/port");
|
||||
|
||||
Reference in New Issue
Block a user