diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-07-01 12:55:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-07-01 12:55:27 -0400 |
commit | 5cf725e3c691ac3e5674ce64bd2be410a9cb0ede (patch) | |
tree | c3eeaef034fbd45557565bffa62d21bf6131588f /changes | |
parent | 2ba19f9b4a052dcaa5ebd3c6a629e1ec67a595f9 (diff) | |
parent | 359a30d52e01e6413a052f03b7067c40b10336d2 (diff) | |
download | tor-5cf725e3c691ac3e5674ce64bd2be410a9cb0ede.tar.gz tor-5cf725e3c691ac3e5674ce64bd2be410a9cb0ede.zip |
Merge branch 'cid30_changelog' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/memleak_rendcache | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/memleak_rendcache b/changes/memleak_rendcache new file mode 100644 index 0000000000..93b1f6141b --- /dev/null +++ b/changes/memleak_rendcache @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Fix a memory leak when receiving a descriptor for a hidden + service we didn't ask for. Found by Coverity; CID#30. Bugfix on + 0.2.2.26-beta. |