diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-19 10:24:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-19 11:35:27 -0500 |
commit | 76d8c23ab40b49c3c43570231db47eecc43bf635 (patch) | |
tree | f024c48ec03e1f3fc0ca490de8ced7b8746887fe /changes | |
parent | cef802a041e0f979295a890efe20a5ff924a1719 (diff) | |
download | tor-76d8c23ab40b49c3c43570231db47eecc43bf635.tar.gz tor-76d8c23ab40b49c3c43570231db47eecc43bf635.zip |
Try to fix authdir_newdesc events
We were sending values that were truncated by the length of the
annotations.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14953 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug14953 b/changes/bug14953 new file mode 100644 index 0000000000..0fb0a64e29 --- /dev/null +++ b/changes/bug14953 @@ -0,0 +1,3 @@ + o Minor bugfixes (directory authority): + - Fix a bug that was truncating AUTHDIR_NEWDESC events sent to the + control port. Fixes bug 14953; bugfix on 0.2.0.1-alpha. |