tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d50d07fce57a023e52e7190ce97de2e85d88ada0
parent 3799f3116bfb6ee2dc8f25ec90a5a9b7d17021ee
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 11 May 2018 08:16:02 -0400

changes file for 25943 and 25944

Diffstat:
Achanges/bug25943 | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/changes/bug25943 b/changes/bug25943 @@ -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.