[PATCH] D12712: Implementation and testing for poisoning vtable ptr in dtor.
Naomi Musgrave via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 9 16:09:35 PDT 2015
nmusgrave marked an inline comment as done.
================
Comment at: lib/CodeGen/CGClass.cpp:1685
@@ -1680,3 +1684,3 @@
// Start sanitizing at this field
if (startIndex < 0)
startIndex = fieldIndex;
----------------
compiler-rt/test/msan/dtor-multiple-inheritance.cc checks that vtable is still accessible within dtors.
http://reviews.llvm.org/D12712
More information about the cfe-commits
mailing list