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.)
This commit is contained in:
paolo.ingls@gmail.com
2016-09-26 23:25:16 +02:00
committed by Nick Mathewson
parent 3328658728
commit ab78a4df93
3 changed files with 37 additions and 0 deletions
+4
View File
@@ -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".