]> git.ipfire.org Git - thirdparty/gcc.git/commit
libsanitizer: Improve FrameIsInternal
authorKito Cheng <kito.cheng@sifive.com>
Wed, 6 Nov 2024 09:35:46 +0000 (17:35 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Tue, 12 Nov 2024 13:56:06 +0000 (21:56 +0800)
commit4d2cd304714fddc8a995fc0311090fce7e70c122
tree0a64c31d414161649bfd6aab57faa33ca8a5ba75
parentb53f7de3e6205f76a794e159a282193e2afaad16
libsanitizer: Improve FrameIsInternal

`FrameIsInternal` is a function that improves report quality by filtering out
internal functions from the sanitizer, allowing it to point to a more precise
root cause. However, the current checks are mostly specific to compiler-rt,
so we are adding a few more rules to enhance the filtering for libsanitizer as
well.
libsanitizer/sanitizer_common/sanitizer_symbolizer_report.cpp