From 2d6d5db2fe4f8a4538c5bed903f7e1576e9eea40 Mon Sep 17 00:00:00 2001
From: Nick Mathewson <nickm@torproject.org>
Date: Wed, 1 Aug 2012 17:25:34 -0400
Subject: Defensive programming: clear rs_out between iterations.

I can't currently find a bug here, but there are a couple of
near-misses.  Addresses ticket 6514; reported pseudonymously on
IRC.
---
 changes/bug6514 | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 changes/bug6514

(limited to 'changes/bug6514')

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.
-- 
cgit v1.2.3