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

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 7 12:13:56 PST 2018


rjmccall added a comment.

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.


Repository:
  rC Clang

https://reviews.llvm.org/D43013





More information about the cfe-commits mailing list