GkvJwa 1594fa8e5a
[asan][win] Fix CreateThread leak (#126738)
Fix #126541

Since ```t->Destroy``` cannot be called after ```start_routine```(When
calling standard thread_start in crt)

Intercept `ExitThread` and free the memory created by `VirtualAlloc'
2025-02-28 09:38:08 +08:00
..
2025-02-27 12:58:51 -08:00

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================