summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-23 22:58:04 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-23 22:58:04 -0400
commit0a0cc4599fd743d124d6ee90671c7c8e205b86e8 (patch)
treeddc2b8fff1c02e16ed51ce798dcf5ea9087a7909 /changes
parent1d29ad891e848dcb48120331e0d2f78bd6777746 (diff)
downloadtor-0a0cc4599fd743d124d6ee90671c7c8e205b86e8.tar.gz
tor-0a0cc4599fd743d124d6ee90671c7c8e205b86e8.zip
Tweak continuation-and-comment logic
I think there was a read-off-the-end-of-the-buffer bug that I fixed. At least I added some good comments, I hope.
Diffstat (limited to 'changes')
-rw-r--r--changes/torrc_continuation2
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/torrc_continuation b/changes/torrc_continuation
index f63937e42a..5b6e086e6f 100644
--- a/changes/torrc_continuation
+++ b/changes/torrc_continuation
@@ -2,5 +2,5 @@
- Support line continuations in torrc. If a line ends with a
single backslash character, the newline is ignored, and the
configuration value is treated as continuing on the next line.
- Implements bug 1929.
+ Resolves bug 1929.