diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-10-20 00:01:58 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-10-20 00:01:58 -0400 |
commit | 3cb79a0286e3e4f87d590511f3cedb02e28de972 (patch) | |
tree | 7baf3352fc302441c01cb38852c2aa6ae195e9da /changes | |
parent | 5aa45ed6af87efaec5d6d4a32e8acbc733be8c3d (diff) | |
parent | 739c21e97b5c78ee76c7283993e7ca01f6d3beec (diff) | |
download | tor-3cb79a0286e3e4f87d590511f3cedb02e28de972.tar.gz tor-3cb79a0286e3e4f87d590511f3cedb02e28de972.zip |
Merge remote-tracking branch 'rransom-tor/bug4251-022' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4251 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug4251 b/changes/bug4251 new file mode 100644 index 0000000000..303c9e6364 --- /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. + |