]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 25943 and 25944
authorNick Mathewson <nickm@torproject.org>
Fri, 11 May 2018 12:16:02 +0000 (08:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 11 May 2018 12:16:02 +0000 (08:16 -0400)
changes/bug25943 [new file with mode: 0644]

diff --git a/changes/bug25943 b/changes/bug25943
new file mode 100644 (file)
index 0000000..187f9a2
--- /dev/null
@@ -0,0 +1,7 @@
+  o Minor bugfixes (tests):
+    - Use X509_new() to allocate certificates that will be freed later
+      with X509_free(). Previously, some parts of the unit tests had
+      used tor_malloc_zero(), which is incorrect, and which caused
+      test failures on Windows when they were built with extra hardening.
+      Fixes bugs 25943 and 25944; bugfix on 0.2.8.1-alpha.
+      Patch by Marcin Cieślak.