aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-10-14 10:09:25 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-10-14 10:15:16 -0400
commite0a6a0d085e7918f1128d6300aa64361467a0c3f (patch)
treebf58ad00b1f940769b4f70be3167cc7ec16d6e49 /changes
parent4dfc5de509302e009f4137035cacbb687537c1fe (diff)
downloadtor-e0a6a0d085e7918f1128d6300aa64361467a0c3f.tar.gz
tor-e0a6a0d085e7918f1128d6300aa64361467a0c3f.zip
hs: Fix memory leak if service failed to configure
Closes #40484 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket404845
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40484 b/changes/ticket40484
new file mode 100644
index 0000000000..9a9ffdf448
--- /dev/null
+++ b/changes/ticket40484
@@ -0,0 +1,5 @@
+ o Minor bugfixes (onion service, config):
+ - Fix a memory leak for a small config line string that could occur if the
+ service failed to be configured from file properly. Fixes bug 40484;
+ bugfix on 0.3.2.1-alpha.
+