[NFC][sanitizer] Limit StackStore stack size/tag to 1 byte
authorVitaly Buka <vitalybuka@google.com>
Wed, 24 Nov 2021 00:52:02 +0000 (16:52 -0800)
committerVitaly Buka <vitalybuka@google.com>
Wed, 24 Nov 2021 00:56:34 +0000 (16:56 -0800)
commit6889592ebcdea168f9e7a5dc91b8549527e4dbf7
treec817d323ff1a48cdbc3e9dc1dbe8c48b02d5ee09
parent402a406323194e0eaecfb793416e8c7528befc29
[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.
compiler-rt/lib/sanitizer_common/sanitizer_stack_store.cpp
compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h