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

Alexander Potapenko glider at google.com
Tue Jan 31 05:11:17 PST 2012


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 --------------
A non-text attachment was scrubbed...
Name: memcpy_test_lion.patch
Type: text/x-patch
Size: 1107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120131/2bc50094/attachment.bin>


More information about the llvm-commits mailing list