mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Merge remote-tracking branch 'tor-github/pr/848' into maint-0.4.0
This commit is contained in:
commit
828033001b
3
changes/cid1444119
Normal file
3
changes/cid1444119
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (C correctness):
|
||||
- Fix an unlikely memory leak in consensus_diff_apply(). Fixes bug 29824;
|
||||
bugfix on 0.3.1.1-alpha. This is Coverity warning CID 1444119.
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user