tor

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

commit cb5cfe3177bbf841e5ad18c0103b3d2ebe443e07
parent b94e7de7dbf31a9b9bfe2d376013e279f15500f8
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 31 Jul 2018 18:42:42 -0400

Also reinitialize the pregenerated keys postfork.

Diffstat:
Msrc/test/testing_common.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/test/testing_common.c b/src/test/testing_common.c @@ -227,7 +227,9 @@ void tinytest_postfork(void); void tinytest_postfork(void) { + free_pregenerated_keys(); crypto_postfork(); + init_pregenerated_keys(); } /** Main entry point for unit test code: parse the command line, and run