[PATCH] D124057: [asan] Enable detect_stack_use_after_return=1 by default
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 14:13:55 PDT 2022
vitalybuka updated this revision to Diff 424291.
vitalybuka added a comment.
add release note
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124057/new/
https://reviews.llvm.org/D124057
Files:
clang/docs/AddressSanitizer.rst
clang/docs/ReleaseNotes.rst
compiler-rt/lib/asan/asan_flags.inc
compiler-rt/lib/asan/tests/asan_interface_test.cpp
compiler-rt/test/asan/TestCases/Posix/gc-test.cpp
compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cpp
compiler-rt/test/asan/TestCases/Posix/unpoison-alternate-stack.cpp
compiler-rt/test/asan/TestCases/Windows/stack_use_after_return.cpp
compiler-rt/test/asan/TestCases/alloca_loop_unpoisoning.cpp
compiler-rt/test/asan/TestCases/contiguous_container.cpp
compiler-rt/test/asan/TestCases/handle_noreturn_bug.cpp
compiler-rt/test/asan/TestCases/heavy_uar_test.cpp
compiler-rt/test/asan/TestCases/intercept-rethrow-exception.cpp
compiler-rt/test/asan/TestCases/invalid-pointer-pairs-subtract-success.cpp
llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124057.424291.patch
Type: text/x-patch
Size: 11736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220421/701c4011/attachment.bin>
More information about the llvm-commits
mailing list