tor

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

commit 733afb52a8267d4b74e9437c71a0d8c65a9b954a
parent 911f95ed9203225f74b16b28dc46c76caf57f227
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 11 Mar 2019 09:45:48 -0400

Merge branch 'maint-0.4.0'

Diffstat:
Msrc/lib/time/compat_time.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/time/compat_time.c b/src/lib/time/compat_time.c @@ -522,7 +522,9 @@ monotime_init_internal(void) GetTickCount64_fn = (GetTickCount64_fn_t) GetProcAddress(h, "GetTickCount64"); } - // FreeLibrary(h) ? + // We can't call FreeLibrary(h) here, because freeing the handle may + // unload the library, and cause future calls to GetTickCount64_fn() + // to fail. See 29642 for details. } void