[all-commits] [llvm/llvm-project] d81d31: [ASan] Fixed a reporting bug in (load|store)N func...
kstoimenov via All-commits
all-commits at lists.llvm.org
Mon Apr 18 15:47:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d81d317999b350f9ba41e214149899ccd62eb998
https://github.com/llvm/llvm-project/commit/d81d317999b350f9ba41e214149899ccd62eb998
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2022-04-18 (Mon, 18 Apr 2022)
Changed paths:
M compiler-rt/lib/asan/asan_rtl.cpp
A compiler-rt/test/asan/TestCases/load_and_store_n.cpp
Log Message:
-----------
[ASan] Fixed a reporting bug in (load|store)N functions which would print unknown-crash instead of the proper error message when a the data access is unaligned.
Reviewed By: kda, eugenis
Differential Revision: https://reviews.llvm.org/D123643
More information about the All-commits
mailing list