[all-commits] [llvm/llvm-project] eb4d22: [msan] Set poison_in_dtor=1 by default
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Apr 15 14:40:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb4d22917eb69ba0f41e6e677d64f67f8b426496
https://github.com/llvm/llvm-project/commit/eb4d22917eb69ba0f41e6e677d64f67f8b426496
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2022-04-15 (Fri, 15 Apr 2022)
Changed paths:
M compiler-rt/lib/msan/msan_flags.inc
M compiler-rt/test/fuzzer/msan.test
M compiler-rt/test/msan/dtor-base-access.cpp
M compiler-rt/test/msan/dtor-bit-fields.cpp
M compiler-rt/test/msan/dtor-derived-class.cpp
M compiler-rt/test/msan/dtor-member.cpp
M compiler-rt/test/msan/dtor-multiple-inheritance-nontrivial-class-members.cpp
M compiler-rt/test/msan/dtor-multiple-inheritance.cpp
M compiler-rt/test/msan/dtor-trivial-class-members.cpp
M compiler-rt/test/msan/dtor-trivial.cpp
M compiler-rt/test/msan/dtor-vtable-multiple-inheritance.cpp
M compiler-rt/test/msan/dtor-vtable.cpp
M compiler-rt/test/msan/poison_in_signal.cpp
M compiler-rt/test/msan/use-after-dtor.cpp
Log Message:
-----------
[msan] Set poison_in_dtor=1 by default
It's still disabled by default at compile time.
Reviewed By: kstoimenov
Differential Revision: https://reviews.llvm.org/D123875
More information about the All-commits
mailing list