aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-28 22:38:42 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-28 22:38:42 -0500
commit4b571d3ab3d4c8e13fe0bc73f15431294d19615a (patch)
treef6eb3388568fc8732dec6a438464874e3521e8ed /changes
parent52bf1556b18a3af0d7d4f612cd27e956353bf5b5 (diff)
downloadtor-4b571d3ab3d4c8e13fe0bc73f15431294d19615a.tar
tor-4b571d3ab3d4c8e13fe0bc73f15431294d19615a.tar.gz
Fix memory leak in safe-cookie authentication code
Coverity spotted this. Bug 7816. Fix on 0.2.3.13-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug7816_0233
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug7816_023 b/changes/bug7816_023
new file mode 100644
index 000000000..cfa754a99
--- /dev/null
+++ b/changes/bug7816_023
@@ -0,0 +1,3 @@
+ o Minor bugfixes (memory leak, controller):
+ - Fix a memory leak during safe-cookie controller authentication.
+ Spotted by Coverity. Fixes part of bug 7816; bugfix on 0.2.3.13-alpha.