Merge remote-tracking branch 'tor-github/pr/848' into maint-0.3.5

This commit is contained in:
teor
2019-08-12 09:38:46 +10:00
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1385,7 +1385,7 @@ consensus_diff_apply(const char *consensus,
r1 = consensus_compute_digest_as_signed(consensus, &d1);
if (BUG(r1 < 0))
return NULL; // LCOV_EXCL_LINE
goto done;
lines1 = smartlist_new();
lines2 = smartlist_new();