[all-commits] [llvm/llvm-project] 6cc924: Enable hwasan-use-after-scope by default
Florian Mayer via All-commits
all-commits at lists.llvm.org
Tue Jul 25 17:36:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cc9244baa63fcb7c6f35f46dab9fa17a421a6ce
https://github.com/llvm/llvm-project/commit/6cc9244baa63fcb7c6f35f46dab9fa17a421a6ce
Author: Florian Mayer <fmayer at google.com>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M compiler-rt/test/hwasan/TestCases/stack-uas.c
M compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-dtor-order.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-goto.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-if.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-inlined.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-loop-bug.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-loop-removed.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-loop.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-nobug.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-setjmp.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-temp.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-temp2.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope-types.cpp
M compiler-rt/test/hwasan/TestCases/use-after-scope.cpp
M llvm/docs/ReleaseNotes.rst
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca.ll
Log Message:
-----------
Enable hwasan-use-after-scope by default
This has been in use for a long time without any issues.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D156267
More information about the All-commits
mailing list