[all-commits] [llvm/llvm-project] 64c929: [ASan] Fixed a reporting bug in (load|store)N func...
kstoimenov via All-commits
all-commits at lists.llvm.org
Tue Apr 19 08:07:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64c929ec0937ba7f66368a645835dacd7be29a99
https://github.com/llvm/llvm-project/commit/64c929ec0937ba7f66368a645835dacd7be29a99
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2022-04-19 (Tue, 19 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