summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-18 23:15:46 -0400
committerNick Mathewson <nickm@torproject.org>2013-07-18 23:15:46 -0400
commite9c24843119b74431f3ebd338dea58537b60795c (patch)
tree097eeaee17fbdb8ab37b6bcc019045fda396087e
parent5977435629d6f075e63fdc6ea8f1587be69b6b76 (diff)
downloadtor-e9c24843119b74431f3ebd338dea58537b60795c.tar.gz
tor-e9c24843119b74431f3ebd338dea58537b60795c.zip
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.
-rw-r--r--changes/bug92954
1 files changed, 4 insertions, 0 deletions
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.
+