diff options
author | teor <teor@torproject.org> | 2019-03-26 16:56:45 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-26 16:56:45 +1000 |
commit | 828033001bac114eaf94c3586520f0dce167d06c (patch) | |
tree | b1374a1bdfdffdfeac73423ae306038cd5cfb634 /src/feature/dircommon | |
parent | 8bc3ac6a84a11adb728f4ce49f23414c27fe84cd (diff) | |
parent | 669ec64325fde2f145b1798ee04c5fb74313b0e8 (diff) | |
download | tor-828033001bac114eaf94c3586520f0dce167d06c.tar.gz tor-828033001bac114eaf94c3586520f0dce167d06c.zip |
Merge remote-tracking branch 'tor-github/pr/848' into maint-0.4.0
Diffstat (limited to 'src/feature/dircommon')
-rw-r--r-- | src/feature/dircommon/consdiff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dircommon/consdiff.c b/src/feature/dircommon/consdiff.c index 698f548013..8e93953f73 100644 --- a/src/feature/dircommon/consdiff.c +++ b/src/feature/dircommon/consdiff.c @@ -1389,7 +1389,7 @@ consensus_diff_apply(const char *consensus, r1 = consensus_compute_digest_as_signed(consensus, consensus_len, &d1); if (BUG(r1 < 0)) - return NULL; // LCOV_EXCL_LINE + goto done; lines1 = smartlist_new(); lines2 = smartlist_new(); |