aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2019-01-05 11:01:07 +0200
committerNick Mathewson <nickm@torproject.org>2019-01-11 18:56:48 -0500
commit1bcececdd8e2ff4d6e921270984ba7800c914f64 (patch)
tree2f17d9b0d5ff00e0fe806a16ad59d485cada536b /changes
parent41e3c760a400b9df0ec7d303369b6ce8a3c3993c (diff)
downloadtor-1bcececdd8e2ff4d6e921270984ba7800c914f64.tar.gz
tor-1bcececdd8e2ff4d6e921270984ba7800c914f64.zip
Fix CID 1442277
Diffstat (limited to 'changes')
-rw-r--r--changes/bug289895
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug28989 b/changes/bug28989
new file mode 100644
index 0000000000..3e3ccccaf3
--- /dev/null
+++ b/changes/bug28989
@@ -0,0 +1,5 @@
+ o Minor bugfixes (unit tests):
+ - Instead of relying on hs_free_all() to clean up all onion service
+ objects we created in test_build_descriptors(), deallocate
+ them one by one. This lets Coverity know that we are not leaking memory
+ here and fixes CID 1442277. Fixes bug 28989; bugfix on 0.3.5.1-alpha.