mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'cov217_022_squashed' into maint-0.2.2
This commit is contained in:
+1
-1
@@ -2415,7 +2415,7 @@ measured_bw_line_parse(measured_bw_line_t *out, const char *orig_line)
|
||||
tor_free(line);
|
||||
return -1;
|
||||
}
|
||||
strncpy(out->node_hex, cp, sizeof(out->node_hex));
|
||||
strlcpy(out->node_hex, cp, sizeof(out->node_hex));
|
||||
got_node_id=1;
|
||||
}
|
||||
} while ((cp = tor_strtok_r(NULL, " \t", &strtok_state)));
|
||||
|
||||
Reference in New Issue
Block a user