summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-04-20 13:13:54 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-04-21 11:37:46 -0400
commit8c29729916be9cd9692657096babb838fc2e7a4c (patch)
treea6b9ece4bda11726aa042976ab7e5b17bd859d9f /changes
parenta4a3721690b52b4e101593b42eac5072082a77e8 (diff)
downloadtor-8c29729916be9cd9692657096babb838fc2e7a4c.tar.gz
tor-8c29729916be9cd9692657096babb838fc2e7a4c.zip
hs: Fix memory leak in client cache
Fixes #40356 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket403563
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40356 b/changes/ticket40356
new file mode 100644
index 0000000000..59c32ce0cc
--- /dev/null
+++ b/changes/ticket40356
@@ -0,0 +1,3 @@
+ o Minor bugfix (onion service, client, memory leak):
+ - An expired cached descriptor could have been overwritten with a new one
+ leading to a memory leak. Fixes bug 40356; bugfix on 0.3.5.1-alpha.