aboutsummaryrefslogtreecommitdiff
path: root/changes/bug30148
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-04-11 18:18:14 -0400
committerNick Mathewson <nickm@torproject.org>2019-04-11 18:18:14 -0400
commit85ff6f9114eb2d492d88ed55d01a69f7bafb10be (patch)
treed47479705c57356f537514d0fe20d21a0ec2793f /changes/bug30148
parent48e990359b05661f2dd0ae503143ee9b18442475 (diff)
downloadtor-85ff6f9114eb2d492d88ed55d01a69f7bafb10be.tar.gz
tor-85ff6f9114eb2d492d88ed55d01a69f7bafb10be.zip
Fix a memory leak on failure to create keys directory.
Fixes bug 30148, which is also CID 1437429 and CID 1437454. Bugfix on 0.3.3.1-alpha, when separate key directories became a thing.
Diffstat (limited to 'changes/bug30148')
-rw-r--r--changes/bug301484
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug30148 b/changes/bug30148
new file mode 100644
index 0000000000..7d0257e3fe
--- /dev/null
+++ b/changes/bug30148
@@ -0,0 +1,4 @@
+ o Minor bugfixes (memory leak):
+ - Avoid a minor memory leak that could occur on relays when
+ creating a keys directory failed. Fixes bug 30148; bugfix on
+ 0.3.3.1-alpha.