Merge branch 'maint-0.2.7' into release-0.2.7

This commit is contained in:
Nick Mathewson
2015-10-21 13:35:04 -04:00
6 changed files with 20 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
o Documentation:
- Note that HiddenServicePorts can take a unix domain socket.
Closes ticket 17364.
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (memory leaks):
- Fix a memory leak when reading an expired signing key from disk.
Fixes bug 17403; bugfix on 0.2.7.2-rc.
+6
View File
@@ -0,0 +1,6 @@
o Major bugfixes (security, correctness):
- Fix a programming error that could cause us to read 4 bytes before
the beginning of an openssl string. This could be used to provoke
a crash on systems with an unusual malloc implementation, or
systems with unsual hardening installed. Fixes bug 17404; bugfix
on 0.2.3.6-alpha.