aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-12-02 13:19:21 -0500
committerNick Mathewson <nickm@torproject.org>2010-12-02 13:19:21 -0500
commitee8f451bf1a8a0d01bb990ddf96f810a254394eb (patch)
treee934bc518715b58d8501806f0532fc43def2d700 /changes
parent31b69027d39d0dc77dd1d8fd0895928768894654 (diff)
downloadtor-ee8f451bf1a8a0d01bb990ddf96f810a254394eb.tar.gz
tor-ee8f451bf1a8a0d01bb990ddf96f810a254394eb.zip
Fix a harmless off-by-one error in counting controller argument lengths
Bugfix on 0.1.1.1-alpha; found by boboper.
Diffstat (limited to 'changes')
-rw-r--r--changes/bytecount5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bytecount b/changes/bytecount
new file mode 100644
index 0000000000..50c4d6b35e
--- /dev/null
+++ b/changes/bytecount
@@ -0,0 +1,5 @@
+ o Minor bugfixes
+ - Fix a off-by-one error in calculating some controller command argument
+ lengths. Fortunately, this is harmless, the controller code does
+ redundant NUL termination too. Found by boboper. Bugfix on
+ 0.1.1.1-alpha.