[all-commits] [llvm/llvm-project] 679459: [hwasan] State correct PC in first error message.
Florian Mayer via All-commits
all-commits at lists.llvm.org
Tue Aug 10 01:29:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6794593fdbf5209bf6f376ce975820bcf5526e83
https://github.com/llvm/llvm-project/commit/6794593fdbf5209bf6f376ce975820bcf5526e83
Author: Florian Mayer <fmayer at google.com>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_report.cpp
M compiler-rt/test/hwasan/TestCases/double-free.c
M compiler-rt/test/hwasan/TestCases/use-after-free.c
Log Message:
-----------
[hwasan] State correct PC in first error message.
We would put the return address there, rather than the fault address.
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D107578
More information about the All-commits
mailing list