aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-17 11:54:05 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-17 11:54:05 -0400
commit274e2817419e9b785f890fe04d791ed9114a8725 (patch)
tree6092543a1ab750d2058e89b2a10580a7682d434f /changes
parentcdd882ee71fb2966854fe271d9896b7bf389b35c (diff)
parentf25e8d034b78be01c9fbe659d4686fc370083572 (diff)
downloadtor-274e2817419e9b785f890fe04d791ed9114a8725.tar
tor-274e2817419e9b785f890fe04d791ed9114a8725.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.3'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug65145
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6514 b/changes/bug6514
new file mode 100644
index 000000000..84633bd27
--- /dev/null
+++ b/changes/bug6514
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Add a (probably redundant) memory clear between iterations of
+ the router status voting loop, to prevent future coding errors
+ where data might leak between iterations of the loop. Resolves
+ ticket 6514.