[all-commits] [llvm/llvm-project] 029b41: [HWASAN] Set os_id in Thread::Init to make sure th...

kstoimenov via All-commits all-commits at lists.llvm.org
Wed Feb 1 17:43:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 029b410df31afd6ea1aee9da6949c84b6db19112
      https://github.com/llvm/llvm-project/commit/029b410df31afd6ea1aee9da6949c84b6db19112
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    M compiler-rt/lib/hwasan/hwasan_thread.cpp
    M compiler-rt/lib/hwasan/hwasan_thread.h
    M compiler-rt/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c
    M compiler-rt/test/lsan/TestCases/Linux/fork_threaded.cpp
    M compiler-rt/test/lsan/TestCases/Linux/guard-page.c
    M compiler-rt/test/lsan/TestCases/Linux/libdl_deadlock.cpp
    M compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
    M compiler-rt/test/lsan/TestCases/many_tls_keys_thread.cpp
    M compiler-rt/test/lsan/TestCases/use_registers.cpp
    M compiler-rt/test/lsan/TestCases/use_registers_extra.cpp
    M compiler-rt/test/lsan/TestCases/use_stacks_threaded.cpp

  Log Message:
  -----------
  [HWASAN] Set os_id in Thread::Init to make sure that the thread can be found by GetThreadByOsIDLocked.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D143125




More information about the All-commits mailing list