From: Nick Mathewson Date: Fri, 1 Jul 2011 16:46:26 +0000 (-0400) Subject: Add a changelog entry for cid30 fix. X-Git-Tag: tor-0.2.2.30-rc~8^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=359a30d52e01e6413a052f03b7067c40b10336d2;p=thirdparty%2Ftor.git Add a changelog entry for cid30 fix. --- 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.