Merge remote-tracking branch 'public/bug6514' into maint-0.2.3

This commit is contained in:
Nick Mathewson
2012-08-17 11:53:06 -04:00
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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.