tor

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

commit a9c84bfd358799dc2dbe805ff6db4a6ca184ef0b
parent c40d53ab3925638a04bd6d9088e748e0ea16cabf
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 11 Mar 2019 09:45:31 -0400

Merge remote-tracking branch 'tor-github/pr/756' into 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