]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix for bug 9295: Don't crash when running --hash-password.
authorNick Mathewson <nickm@torproject.org>
Fri, 19 Jul 2013 03:15:46 +0000 (23:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 19 Jul 2013 03:15:46 +0000 (23:15 -0400)
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.

changes/bug9295 [new file with mode: 0644]

diff --git a/changes/bug9295 b/changes/bug9295
new file mode 100644 (file)
index 0000000..2c11361
--- /dev/null
@@ -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.
+