diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-15 12:31:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-15 12:31:16 -0400 |
commit | e811bac8377445dff00972599178608410cbb6e2 (patch) | |
tree | 6bc76d8bcd89828e3577ed80059054a172ea63b5 /changes/bug25943 | |
parent | 98aff146d367d08fd8f2d21131541bda951083ea (diff) | |
download | tor-e811bac8377445dff00972599178608410cbb6e2.tar.gz tor-e811bac8377445dff00972599178608410cbb6e2.zip |
use sortChanges to begin an 0.3.4.1-alpha changelog
Diffstat (limited to 'changes/bug25943')
-rw-r--r-- | changes/bug25943 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug25943 b/changes/bug25943 deleted file mode 100644 index 187f9a287a..0000000000 --- a/changes/bug25943 +++ /dev/null @@ -1,7 +0,0 @@ - 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. |