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

Alexander Potapenko glider at google.com
Tue Jan 31 11:57:13 PST 2012


I think it already has, see
http://code.google.com/p/valgrind-variant/issues/detail?id=5

On Tue, Jan 31, 2012 at 10:23 PM, Kostya Serebryany <kcc at google.com> wrote:
> 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
>
>



-- 
Alexander Potapenko
Software Engineer
Google Moscow



More information about the llvm-commits mailing list