[all-commits] [llvm/llvm-project] 402a40: [NFC][sanitizer] Test for b80affb8a149

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Nov 23 16:56:58 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 402a406323194e0eaecfb793416e8c7528befc29
      https://github.com/llvm/llvm-project/commit/402a406323194e0eaecfb793416e8c7528befc29
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-11-23 (Tue, 23 Nov 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_stack_store_test.cpp

  Log Message:
  -----------
  [NFC][sanitizer] Test for b80affb8a149


  Commit: 6889592ebcdea168f9e7a5dc91b8549527e4dbf7
      https://github.com/llvm/llvm-project/commit/6889592ebcdea168f9e7a5dc91b8549527e4dbf7
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-11-23 (Tue, 23 Nov 2021)

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

  Log Message:
  -----------
  [NFC][sanitizer] Limit StackStore stack size/tag to 1 byte

Nothing uses more than 8bit now. So the rest of the headers can store other data.
kStackTraceMax is 256 now, but all sanitizers by default store just 20-30 frames here.


Compare: https://github.com/llvm/llvm-project/compare/661a232e3484...6889592ebcde


More information about the All-commits mailing list