[all-commits] [llvm/llvm-project] 150470: Fix "[sanitizer_common] Support stripping intercep...
Marco Elver via All-commits
all-commits at lists.llvm.org
Thu May 25 10:38:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 150470a055d5c23b92de3f9110e5fd553aef19a0
https://github.com/llvm/llvm-project/commit/150470a055d5c23b92de3f9110e5fd553aef19a0
Author: Marco Elver <elver at google.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
Log Message:
-----------
Fix "[sanitizer_common] Support stripping interceptor prefixes in RenderFrame()"
RenderFrame() has several implementations, which was missed in
01cea39f8e11012ac96b36ef60bfaf2f3b64320b.
Fix the one in sanitizer_symbolizer_markup.cpp.
Reported-by: gulfem
More information about the All-commits
mailing list