[all-commits] [llvm/llvm-project] 045840: [sanitizer] Add diagnostics for munmap failure

Vitaly Buka via All-commits all-commits at lists.llvm.org
Fri Mar 10 21:18:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0458405a6bf030553c10d26f3be2546f21b50d86
      https://github.com/llvm/llvm-project/commit/0458405a6bf030553c10d26f3be2546f21b50d86
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common.h
    M compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp

  Log Message:
  -----------
  [sanitizer] Add diagnostics for munmap failure

We are seeing CHECK is triggered there, but it's unclear why.


  Commit: 3b4cb1e96c645bb833fe710856479c31383859bb
      https://github.com/llvm/llvm-project/commit/3b4cb1e96c645bb833fe710856479c31383859bb
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp

  Log Message:
  -----------
  Revert "[hwasan] Provide aliases for c allocation functions for Fuchsia"

Breaks build bots, details in D145718.

This reverts commit 7de775159660538449652ca442c34fd91feecef6.


Compare: https://github.com/llvm/llvm-project/compare/c598828b1beb...3b4cb1e96c64


More information about the All-commits mailing list