[llvm-commits] [PATCH] AddressSanitizer: do not test memcpy on Lion

Kostya Serebryany kcc at google.com
Tue Jan 31 10:23:59 PST 2012


Looks good.
Weird. Does this mean that valgrind will also have problems on Lion?

--kcc

On Tue, Jan 31, 2012 at 5:11 AM, Alexander Potapenko <glider at google.com>wrote:

> The attached patch disables testing memcpy() on Mac OS 10.7,
> where memcpy() in fact aliases memmove() and thus calling it with
> overlapping parameters is not an error.
>
> --
> Alexander Potapenko
> Software Engineer
> Google Moscow
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120131/d747718f/attachment.html>


More information about the llvm-commits mailing list