]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
duplicate changelog entry for 4531
authorNick Mathewson <nickm@torproject.org>
Tue, 20 Dec 2011 19:51:34 +0000 (14:51 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 20 Dec 2011 19:51:34 +0000 (14:51 -0500)
changes/bug4531_take2 [new file with mode: 0644]

diff --git a/changes/bug4531_take2 b/changes/bug4531_take2
new file mode 100644 (file)
index 0000000..fd4f5f0
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor bugfixes:
+    - Fix null-pointer access that could occur if TLS allocation failed.
+      Fixes bug 4531; bugfix on 0.2.0.20-rc. Found by "troll_un". This was
+      erroneously listed as fixed in 0.2.3.9-alpha, but the fix had
+      accidentally been reverted.