[all-commits] [llvm/llvm-project] ccc0f7: [hwasan] Improve report for addresses within regions.
Florian Mayer via All-commits
all-commits at lists.llvm.org
Thu Jun 17 04:01:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ccc0f777f6967c557ba066070f40e5fac9e0127d
https://github.com/llvm/llvm-project/commit/ccc0f777f6967c557ba066070f40e5fac9e0127d
Author: Florian Mayer <fmayer at google.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_report.cpp
A compiler-rt/test/hwasan/TestCases/heap-buffer-overflow-into.c
Log Message:
-----------
[hwasan] Improve report for addresses within regions.
Before: ADDR is located -320 bytes to the right of 1072-byte region
After: ADDR is located 752 bytes inside 1072-byte region
Reviewed By: eugenis, walli99
Differential Revision: https://reviews.llvm.org/D104412
More information about the All-commits
mailing list