diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-01 17:25:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-01 17:25:34 -0400 |
commit | 2d6d5db2fe4f8a4538c5bed903f7e1576e9eea40 (patch) | |
tree | 5e105f63e2213011a66daf38a3b85b7df47c7c20 /changes | |
parent | 122c8efb09643a65cbec6c991f3433774a4524ae (diff) | |
download | tor-2d6d5db2fe4f8a4538c5bed903f7e1576e9eea40.tar.gz tor-2d6d5db2fe4f8a4538c5bed903f7e1576e9eea40.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6514 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug6514 b/changes/bug6514 new file mode 100644 index 0000000000..84633bd279 --- /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. |