Showing __interceptor_ as part of the function name in reports does not
make sense and is distracting.
Strip the interceptor function name before printing.
Depends on D151319
Paths
| Differential D151343
[msan] Strip __interceptor_ from reports ClosedPublic Authored by melver on May 24 2023, 9:15 AM.
Details
Summary Showing __interceptor_ as part of the function name in reports does not Strip the interceptor function name before printing. Depends on D151319
Diff Detail
Event Timelinemelver added a child revision: D151085: [compiler-rt] Allow 3 simultaneous interceptors on Linux.May 24 2023, 9:21 AM vitalybuka added inline comments.
This revision is now accepted and ready to land.May 24 2023, 6:23 PM Closed by commit rG5732cdc1be51: [msan] Strip __interceptor_ from reports (authored by melver). · Explain WhyMay 25 2023, 3:03 AM This revision was automatically updated to reflect the committed changes. melver marked an inline comment as done. melver removed a child revision: D151085: [compiler-rt] Allow 3 simultaneous interceptors on Linux.May 25 2023, 1:19 PM
Revision Contents
Diff 525211 compiler-rt/lib/msan/msan_report.cpp
compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.h
compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
compiler-rt/test/msan/Linux/b64.cpp
compiler-rt/test/msan/Linux/sendmsg.cpp
compiler-rt/test/msan/fgets_fputs.cpp
compiler-rt/test/msan/fread_fwrite.cpp
compiler-rt/test/msan/getaddrinfo-positive.cpp
compiler-rt/test/msan/scoped-interceptors.cpp
compiler-rt/test/msan/strndup.cpp
|
It's always called with func, can you please rename "what" to function