Merge remote-tracking branch 'public/bug7816_023'

Conflicts:
	src/common/util.c
This commit is contained in:
Nick Mathewson
2013-02-07 15:20:50 -05:00
7 changed files with 26 additions and 3 deletions
+7
View File
@@ -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.
+3
View File
@@ -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.