[PATCH] D41664: Remove test which assumed array cookies can't be poisoned when using an operator new defined in a class

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 12:41:50 PST 2018


kcc added a comment.

> Technically it is. Just like overriding malloc,

That's a weak analogy. You can't override malloc and still use asan with it.

> Especially since we already have the escape hatch anyway, for special cases.

Which escape hatch do you mean?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D41664





More information about the llvm-commits mailing list