diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-17 11:53:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-17 11:53:06 -0400 |
commit | f25e8d034b78be01c9fbe659d4686fc370083572 (patch) | |
tree | 4b3248753f91c146f0d5e13b9b53ead13046b694 /changes | |
parent | 91b52a259a271df7ceeea6d8bf7adbd4d7e15a6c (diff) | |
parent | 2d6d5db2fe4f8a4538c5bed903f7e1576e9eea40 (diff) | |
download | tor-f25e8d034b78be01c9fbe659d4686fc370083572.tar tor-f25e8d034b78be01c9fbe659d4686fc370083572.tar.gz |
Merge remote-tracking branch 'public/bug6514' into maint-0.2.3
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 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. |