mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
changes file for 25943 and 25944
This commit is contained in:
parent
3799f3116b
commit
d50d07fce5
1 changed files with 7 additions and 0 deletions
7
changes/bug25943
Normal file
7
changes/bug25943
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue