diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-07 23:20:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-07 23:20:13 -0400 |
commit | f0bce2dc359dc2b3004af33541b27c495ad731f3 (patch) | |
tree | 78165f9661418243e4669dafffa737923f88c570 /changes | |
parent | 595303fd1e1998e12c51901f1aea77311e973a44 (diff) | |
download | tor-f0bce2dc359dc2b3004af33541b27c495ad731f3.tar.gz tor-f0bce2dc359dc2b3004af33541b27c495ad731f3.zip |
Fix some harmless/untriggerable memory leaks found by coverity
Diffstat (limited to 'changes')
-rw-r--r-- | changes/cov-leaks | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/cov-leaks b/changes/cov-leaks new file mode 100644 index 0000000000..302d2475cf --- /dev/null +++ b/changes/cov-leaks @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Resolve some memory leaks found by coverity in the unit tests, + on exit in tor-gencert, and on a failure to compute digests + for our own keys when generating a v3 networkstatus vote. + These leaks should never have affected anyone in practice. + |