[all-commits] [llvm/llvm-project] d85940: [sanitizer] Fix pthread_exit interceptor's return ...

Heejin Ahn via All-commits all-commits at lists.llvm.org
Sun Nov 5 22:41:59 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d85940303730ee3127cfcf95cd549d4e5c4e0de1
      https://github.com/llvm/llvm-project/commit/d85940303730ee3127cfcf95cd549d4e5c4e0de1
  Author: Heejin Ahn <aheejin at gmail.com>
  Date:   2023-11-05 (Sun, 05 Nov 2023)

  Changed paths:
    M compiler-rt/lib/asan/asan_interceptors.cpp
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    M compiler-rt/lib/lsan/lsan_interceptors.cpp

  Log Message:
  -----------
  [sanitizer] Fix pthread_exit interceptor's return type (#71253)

`pthread_exit`'s return type is void.




More information about the All-commits mailing list