diff options
author | paolo.ingls@gmail.com <paolo.ingls@gmail.com> | 2016-09-26 23:25:16 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-11 09:25:22 -0400 |
commit | ab78a4df93d1aed26cb13343cdd012c8309a206f (patch) | |
tree | add974947f715d6c493a1fe42e832f81c50e7591 /changes | |
parent | 332865872846c38b518adc4189ca0aa5eaab1378 (diff) | |
download | tor-ab78a4df93d1aed26cb13343cdd012c8309a206f.tar.gz tor-ab78a4df93d1aed26cb13343cdd012c8309a206f.zip |
torrc parsing b0rks on carriage-return
(Specifically, carriage return after a quoted value in a config
line. Fixes bug 19167; bugfix on 0.2.0.16-alpha when we introduced
support for quoted values. Unit tests, changes file, and this
parenthetical by nickm.)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19167 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19167 b/changes/bug19167 new file mode 100644 index 0000000000..4a6c22dfc6 --- /dev/null +++ b/changes/bug19167 @@ -0,0 +1,4 @@ + o Minor bugfixes (configuration): + - When parsing quoted configuration values from the torrc file, + handle windows line endings correctly. Fixes bug 19167; bugfix on + 0.2.0.16-alpha. Patch from "Pingl". |