[all-commits] [llvm/llvm-project] 745758: [hwasan] Fix incorrect candidate matching for stac...
Florian Mayer via All-commits
all-commits at lists.llvm.org
Tue Jul 6 04:24:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 745758acf3c295e3bf9f9dd283a3568c912a1827
https://github.com/llvm/llvm-project/commit/745758acf3c295e3bf9f9dd283a3568c912a1827
Author: Florian Mayer <fmayer at google.com>
Date: 2021-07-06 (Tue, 06 Jul 2021)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_report.cpp
M compiler-rt/test/hwasan/TestCases/stack-oob.c
Log Message:
-----------
[hwasan] Fix incorrect candidate matching for stack OOB.
We would find an address with matching tag, only to discover in
ShowCandidate that it's very far away from [stack].
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D105197
More information about the All-commits
mailing list