Handle the case where tor-gencert gets a passphrase with no NL

Closes ticket 17443.
This commit is contained in:
Nick Mathewson
2016-02-11 13:21:47 -05:00
parent 5a164d50bb
commit a874d66ea9
2 changed files with 13 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (tor-gencert):
- Correctly handle the case where an authority operator enters a
passphrase but sends an EOF before sending a newline.
Fixes bug 17443; bugfix on 0.2.0.20-rc. Found by "junglefowl".