mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
669ec64325
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.
4 lines
183 B
Plaintext
4 lines
183 B
Plaintext
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.
|