[all-commits] [llvm/llvm-project] a22c43: Revert "[asan] reallocate error_message_buffer whe...

Enna1 via All-commits all-commits at lists.llvm.org
Wed Jan 10 22:13:51 PST 2024


  Branch: refs/heads/users/Enna1/asan-error-message-buffer
  Home:   https://github.com/llvm/llvm-project
  Commit: a22c438f0619f991c0a5828ff1ef0ca41c7971d7
      https://github.com/llvm/llvm-project/commit/a22c438f0619f991c0a5828ff1ef0ca41c7971d7
  Author: xumingjie.enna1 <xumingjie.enna1 at bytedance.com>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

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

  Log Message:
  -----------
  Revert "[asan] reallocate error_message_buffer when size is not enough"

This reverts commit 3cf10f33f5630c701578316279cc0f23def7e700.


  Commit: 170270bdb604657c9a6903fefb7a72188a0033c1
      https://github.com/llvm/llvm-project/commit/170270bdb604657c9a6903fefb7a72188a0033c1
  Author: xumingjie.enna1 <xumingjie.enna1 at bytedance.com>
  Date:   2024-01-11 (Thu, 11 Jan 2024)

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

  Log Message:
  -----------
  Reland "[asan] Use InternalMmapVector for error_message_buffer, reallocate when the size of error_message_buffer is not enough"

Fix deadlock

Address review comments


Compare: https://github.com/llvm/llvm-project/compare/3cf10f33f563...170270bdb604


More information about the All-commits mailing list