[all-commits] [llvm/llvm-project] 4ee7cf: [sanitizer] Change return type of __sanitizer_symb...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Sep 11 13:27:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ee7cf72a32c2bbb1816020065cf6bf5549229c6
      https://github.com/llvm/llvm-project/commit/4ee7cf72a32c2bbb1816020065cf6bf5549229c6
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
    M compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp

  Log Message:
  -----------
  [sanitizer] Change return type of __sanitizer_symbolize_demangle to bool (#65991)

To match other internal symbolizer functions.

This makes harder to distighush small buffer from a different failure,
but we has the same problem for the rest of the lib.

Still we use 16k buffer so it should be enough most of the time.
We can fix all function togerher if future, if needed.




More information about the All-commits mailing list