This revision was automatically updated to reflect the committed changes.
Closed by commit rGc059ede28ea8: [msan] Add more specific messages for
use-after-destroy (authored by vitalybuka).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132907/new/
ht
vitalybuka added inline comments.
Comment at: clang/lib/CodeGen/CGClass.cpp:1773
// function
- EmitSanitizerDtorCallback(CGF, VTablePtr, PoisonSize);
+ EmitSanitizerDtorCallback(CGF, "__sanitizer_dtor_callback_vptr",
+VTablePtr);
-
kstoimenov accepted this revision.
kstoimenov added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/CodeGen/CGClass.cpp:1773
// function
- EmitSanitizerDtorCallback(CGF, VTablePtr, PoisonSize);
+ EmitSanitizerDtorCallback(C
vitalybuka updated this revision to Diff 456540.
vitalybuka added a comment.
rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132907/new/
https://reviews.llvm.org/D132907
Files:
clang/lib/CodeGen/CGClass.cpp
clang/test/CodeGenCXX/sanitize-
vitalybuka created this revision.
Herald added a subscriber: Enna1.
Herald added a project: All.
vitalybuka requested review of this revision.
Herald added projects: clang, Sanitizers.
Herald added subscribers: Sanitizers, cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.or