aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-06-16 03:39:37 -0700
committerNick Mathewson <nickm@torproject.org>2011-06-17 13:57:25 -0400
commit227896e447625b0718690d7228f1239a0fc399d1 (patch)
treefcaf875e6b921386705e3d89f940f9002a9b2f0d /changes
parent70785f87bb47e481053719f2a514bf0598c62b2d (diff)
downloadtor-227896e447625b0718690d7228f1239a0fc399d1.tar.gz
tor-227896e447625b0718690d7228f1239a0fc399d1.zip
Make send_control_event_impl's behaviour sane
Diffstat (limited to 'changes')
-rw-r--r--changes/fix-connection_printf_to_buf7
1 files changed, 6 insertions, 1 deletions
diff --git a/changes/fix-connection_printf_to_buf b/changes/fix-connection_printf_to_buf
index b6fa0921e1..e191eac8a5 100644
--- a/changes/fix-connection_printf_to_buf
+++ b/changes/fix-connection_printf_to_buf
@@ -6,5 +6,10 @@
CRLF or (b) the resulting string is over 1023 characters long or
(c) the format string does not end with CRLF ''and'' the
resulting string is 1021 characters long or longer. Bugfix on
- 0.1.1.9-alpha; fixes bug 3407.
+ 0.1.1.9-alpha; fixes part of bug 3407.
+
+ - Make send_control_event_impl's behaviour sane. Its callers
+ expect it to always emit a CRLF at the end of the string; it
+ might emit extra control characters as well. Bugfix on
+ 0.1.1.9-alpha; fixes another part of bug 3407.