aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2014-05-01 14:44:29 +0100
committerNick Mathewson <nickm@torproject.org>2014-05-01 12:34:50 -0400
commita787575b7f2d9bbb8385940977cafcfc87c71234 (patch)
tree9f0930b96d607b57da1c1268a9ee1ed406a634c0 /changes
parent545e2119f2e96dedef2efd254632f0204f70ab76 (diff)
downloadtor-a787575b7f2d9bbb8385940977cafcfc87c71234.tar
tor-a787575b7f2d9bbb8385940977cafcfc87c71234.tar.gz
Fix a misuse of strlcpy() introduced by the #11156 patch.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug116544
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11654 b/changes/bug11654
new file mode 100644
index 000000000..97c70b25d
--- /dev/null
+++ b/changes/bug11654
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Fix a broken log message about delayed directory fetches that
+ was caused by a misuse of strlcpy(). Fixes bug 11654; bugfix on
+ 0.2.5.3-alpha.