diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-11-07 08:35:51 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-11-07 08:35:51 -0800 |
commit | 65a0d7e7ef03cc2390cad81264e451e59206842b (patch) | |
tree | f68795041ef3fd4bc7dbca843a64f7d9226cf7fa /changes | |
parent | 972564630e8f85499e611f1eeb7174d0c0230731 (diff) | |
download | tor-65a0d7e7ef03cc2390cad81264e451e59206842b.tar.gz tor-65a0d7e7ef03cc2390cad81264e451e59206842b.zip |
Don't leak an extend_info_t in rend_client_any_intro_points_usable
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4424 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug4424 b/changes/bug4424 new file mode 100644 index 0000000000..6928745896 --- /dev/null +++ b/changes/bug4424 @@ -0,0 +1,6 @@ + o Major bugfixes + + - Don't leak memory when we check whether a hidden service + descriptor has any usable introduction points left. Fixes bug + 4424. Bugfix on 0.2.2.25-alpha; found by frosty_un. + |