mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
8 lines
400 B
Plaintext
8 lines
400 B
Plaintext
|
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.
|