aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-10-18 07:08:02 -0700
committerRobert Ransom <rransom.8774@gmail.com>2011-10-18 07:08:02 -0700
commit739c21e97b5c78ee76c7283993e7ca01f6d3beec (patch)
treee9fba441194de2cba0084e3f8516d89f1cdc88d3 /changes
parent56180d169acb12302c65c1b5843f829cdb3aede2 (diff)
downloadtor-739c21e97b5c78ee76c7283993e7ca01f6d3beec.tar
tor-739c21e97b5c78ee76c7283993e7ca01f6d3beec.tar.gz
Free rend_data and intro_key when extra intro circs become general-purpose
Diffstat (limited to 'changes')
-rw-r--r--changes/bug42518
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug4251 b/changes/bug4251
new file mode 100644
index 000000000..303c9e636
--- /dev/null
+++ b/changes/bug4251
@@ -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.
+