Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143125
[HWASAN] Set os_id in Thread::Init to make sure that the thread can be found by GetThreadByOsIDLocked. ClosedPublic Authored by kstoimenov on Feb 1 2023, 5:37 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 1 2023, 5:41 PM This revision was landed with ongoing or failed builds.Feb 1 2023, 5:43 PM Closed by commit rG029b410df31a: [HWASAN] Set os_id in Thread::Init to make sure that the thread can be found by… (authored by kstoimenov). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 494130 compiler-rt/lib/hwasan/hwasan_interceptors.cpp
compiler-rt/lib/hwasan/hwasan_thread.h
compiler-rt/lib/hwasan/hwasan_thread.cpp
compiler-rt/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c
compiler-rt/test/lsan/TestCases/Linux/fork_threaded.cpp
compiler-rt/test/lsan/TestCases/Linux/guard-page.c
compiler-rt/test/lsan/TestCases/Linux/libdl_deadlock.cpp
compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
compiler-rt/test/lsan/TestCases/many_tls_keys_thread.cpp
compiler-rt/test/lsan/TestCases/use_registers.cpp
compiler-rt/test/lsan/TestCases/use_registers_extra.cpp
compiler-rt/test/lsan/TestCases/use_stacks_threaded.cpp
|