[PATCH] D43013: ASan+operator new[]: Fix operator new[] cookie poisoning

Filipe Cabecinhas via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 8 02:25:44 PST 2018


filcab added a comment.

In https://reviews.llvm.org/D43013#1001006, @rjmccall wrote:

> I don't understand why your description of this patch mentions the void* placement new[] operator.  There's no cookie to poison for that operator.


Hah, sorry. In writing this commit log I used parts of the old patch one. I'll update with a better commit log.


Repository:
  rC Clang

https://reviews.llvm.org/D43013





More information about the cfe-commits mailing list