Merge remote-tracking branch 'tor-gitlab/mr/497' into main

This commit is contained in:
Alexander Færøy
2021-12-15 12:38:30 +00:00
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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);
}