diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-06-08 21:35:26 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-06-08 21:35:26 +0200 |
commit | f30327449009a7f00b0f5c2bd09a7eff615df3dd (patch) | |
tree | 170ea2cda07a03276151a33073e1fef8f34bbeda /changes | |
parent | 680646e0de29454f92d57bc3a4895d75c95e158c (diff) | |
download | tor-f30327449009a7f00b0f5c2bd09a7eff615df3dd.tar.gz tor-f30327449009a7f00b0f5c2bd09a7eff615df3dd.zip |
Fix a rare memleak during stats writing
If rep_hist_buffer_stats_write() was called unitinitalized, we'd leak
memory.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/coverity_maint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/coverity_maint b/changes/coverity_maint index 6d60355b11..e7be90a485 100644 --- a/changes/coverity_maint +++ b/changes/coverity_maint @@ -5,4 +5,5 @@ - Add some forgotten return value checks during unit tests. Found by coverity. - Don't use 1-bit wide signed bit fields. Found by coverity. + - Fix a rare memory leak during stats writing. Found by coverity. |