diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2019-03-20 19:44:54 +0200 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-26 12:24:45 +1000 |
commit | 669ec64325fde2f145b1798ee04c5fb74313b0e8 (patch) | |
tree | 3c3676bac5f0483839b998ef34c7c25dd193eb30 /changes | |
parent | d7a5fdcb7408536008e8142becc323148e901da5 (diff) | |
download | tor-669ec64325fde2f145b1798ee04c5fb74313b0e8.tar.gz tor-669ec64325fde2f145b1798ee04c5fb74313b0e8.zip |
Fix CID 1444119
Let's use the same function exit point for BUG() codepath that we're using
for every other exit condition. That way, we're not forgetting to clean up
the memarea.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/cid1444119 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/cid1444119 b/changes/cid1444119 new file mode 100644 index 0000000000..bb6854e66f --- /dev/null +++ b/changes/cid1444119 @@ -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. |