[all-commits] [llvm/llvm-project] 85c0b3: [GWP-ASan] Fix thread ID.

Mitch Phillips via All-commits all-commits at lists.llvm.org
Thu Mar 5 10:28:19 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 85c0b34fc5a5e19dee4b5055eaafbb1c2589c233
      https://github.com/llvm/llvm-project/commit/85c0b34fc5a5e19dee4b5055eaafbb1c2589c233
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2020-03-05 (Thu, 05 Mar 2020)

  Changed paths:
    M compiler-rt/lib/gwp_asan/platform_specific/common_posix.cpp
    M compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp

  Log Message:
  -----------
  [GWP-ASan] Fix thread ID.

Summary:
GWP-ASan currently reports <unknown> thread ID, as the crash handler
merge dropped the include. Oops.

Reviewers: morehouse

Reviewed By: morehouse

Subscribers: eugenis, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

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




More information about the All-commits mailing list