From: Nick Mathewson Date: Fri, 19 Jul 2013 03:15:46 +0000 (-0400) Subject: Fix for bug 9295: Don't crash when running --hash-password. X-Git-Tag: tor-0.2.4.16-rc~9^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9c24843119b74431f3ebd338dea58537b60795c;p=thirdparty%2Ftor.git Fix for bug 9295: Don't crash when running --hash-password. Fix on 0.2.4.15-rc; I'm doing this branch against 0.2.3, since we're considering #9122 for an 0.2.3 backport, and if we do, we should merge this too. --- diff --git a/changes/bug9295 b/changes/bug9295 new file mode 100644 index 0000000000..2c113616c3 --- /dev/null +++ b/changes/bug9295 @@ -0,0 +1,4 @@ + o Major bugfixes: + - Avoid a crash when using --hash-password. Fixes bug 9295; bugfix on + 0.2.4.15-rc. Found by stem integration tests. +