On Sun, Sep 17, 2017 at 04:06:14PM -0400, Andrew Kelley via llvm-dev wrote: > Valgrind is strictly better than address sanitizer, is that right? No, it isn't. It doesn't handle stack use for example. Joerg