[all-commits] [llvm/llvm-project] 8565e8: [hwasan] add pattern for short tag in symbolizer
Florian Mayer via All-commits
all-commits at lists.llvm.org
Wed Jan 18 11:12:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8565e8352be8900b20ebf1f741aeb425614f7906
https://github.com/llvm/llvm-project/commit/8565e8352be8900b20ebf1f741aeb425614f7906
Author: Johan Erlandsson <johan.erlandsson at sony.com>
Date: 2023-01-18 (Wed, 18 Jan 2023)
Changed paths:
M compiler-rt/lib/hwasan/scripts/hwasan_symbolize
Log Message:
-----------
[hwasan] add pattern for short tag in symbolizer
Lines with 'record_addr:' are not processed when failing to decode
access tag. The regular format is: %02x/%02x but for a short tag it's:
%02x/%02x(%02x). Now it will handle both cases.
Tested-by: Ivar Henckel <ivar.henckel at sony.com>
Reviewed By: fmayer
Differential Revision: https://reviews.llvm.org/D141906
More information about the All-commits
mailing list