mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'tor-gitlab/mr/497' into main
This commit is contained in:
@@ -1128,7 +1128,7 @@ consdiff_get_digests(const smartlist_t *diff,
|
||||
{
|
||||
const cdline_t *line2 = smartlist_get(diff, 1);
|
||||
char *h = tor_memdup_nulterm(line2->s, line2->len);
|
||||
smartlist_split_string(hash_words, h, " ", 0, 0);
|
||||
smartlist_split_string(hash_words, h, " ", 0, 4);
|
||||
tor_free(h);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user