Merge remote-tracking branch 'rransom-tor/bug4251-022' into maint-0.2.2

This commit is contained in:
Nick Mathewson
2011-10-20 00:01:58 -04:00
2 changed files with 21 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
o Minor bugfixes:
- When a hidden service turns an extra service-side introduction
circuit into a general-purpose circuit, free the rend_data and
intro_key fields first, so they won't be leaked if the circuit
is cannibalized for use as another service-side introduction
circuit. Bugfix on 0.2.1.7-alpha; fixes bug 4251.