summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-07 15:20:50 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-07 15:20:50 -0500
commitba7d93db16fd53c951b6a159adeb7b4094817c11 (patch)
treeabe4ab2c73650426d9c8cbb4ffb7bf4efcd1b3b9 /changes
parent0061d428900946ce8bf5c8bfb4c2b3b5faa4f691 (diff)
parentd3aabf4db176a44d19046b58b99f2edb8c5f49bb (diff)
downloadtor-ba7d93db16fd53c951b6a159adeb7b4094817c11.tar.gz
tor-ba7d93db16fd53c951b6a159adeb7b4094817c11.zip
Merge remote-tracking branch 'public/bug7816_023'
Conflicts: src/common/util.c
Diffstat (limited to 'changes')
-rw-r--r--changes/bug7816_0237
-rw-r--r--changes/bug7816_023_small3
2 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug7816_023 b/changes/bug7816_023
new file mode 100644
index 0000000000..a4530292cc
--- /dev/null
+++ b/changes/bug7816_023
@@ -0,0 +1,7 @@
+ 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.
+
+ o Minor bugfixes (memory leak, HTTPS proxy support):
+ - Fix a memory leak when receiving headers from an HTTPS proxy.
+ Spotted by Coverity. Fixes part of bug 7816; bugfix on 0.2.1.1-alpha.
diff --git a/changes/bug7816_023_small b/changes/bug7816_023_small
new file mode 100644
index 0000000000..cd90f035f1
--- /dev/null
+++ b/changes/bug7816_023_small
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Fix various places where we leak file descriptors or memory on
+ error cases. Spotted by coverity. Fixes parts of bug 7816.