================ @@ -779,6 +784,8 @@ void __sanitizer_copy_contiguous_container_annotations(const void *src_beg_p, uptr dst_beg = reinterpret_cast<uptr>(dst_beg_p); uptr dst_end = reinterpret_cast<uptr>(dst_end_p); + // RecordPoison(dst_beg, dst_end); + ---------------- thurstond wrote:
? https://github.com/llvm/llvm-project/pull/195674 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
