summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-28 09:49:42 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-28 09:49:42 -0400
commit9a0f38a349293f188a81b86d5b7639175a1cf334 (patch)
tree5fda83a69ee6a34db87ecb7d7dc2ab0097a92df0 /changes
parent24ddf5862e8582a903860a8fe4a1b4a63153f40f (diff)
downloadtor-9a0f38a349293f188a81b86d5b7639175a1cf334.tar.gz
tor-9a0f38a349293f188a81b86d5b7639175a1cf334.zip
Fix a small memory leak when parsing unix: ports twice
Fixes bug 23053; CID 1415725.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug230535
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23053 b/changes/bug23053
new file mode 100644
index 0000000000..082e239409
--- /dev/null
+++ b/changes/bug23053
@@ -0,0 +1,5 @@
+ o Minor bugfixes (memory leak):
+ - Fix a small memory leak when validating a configuration that
+ uses two or more AF_UNIX sockets for the same port type.
+ Fixes bug 23053; bugfix on 0.2.6.3-alpha. This is CID
+ 1415725.