diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-11-07 11:47:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-07 11:47:28 -0500 |
commit | ca282e53263de564774944a8aa93e88271983461 (patch) | |
tree | cd499b561ef097fb3a6af088c77f6fca35035690 /changes | |
parent | 4d8306e0e92200e1a25a073480ec342e22e590b7 (diff) | |
parent | 02d89c5c663ec5370386de0173accaa66c1e69f5 (diff) | |
download | tor-ca282e53263de564774944a8aa93e88271983461.tar.gz tor-ca282e53263de564774944a8aa93e88271983461.zip |
Merge branch 'bug4424' into maint-0.2.2
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. + |