[llvm-commits] [llvm] r83324 - /llvm/trunk/lib/Analysis/MallocHelper.cpp

Török Edwin edwintorok at gmail.com
Tue Oct 6 00:13:20 PDT 2009


On 2009-10-06 00:28, Chris Lattner wrote:
>
> On Oct 5, 2009, at 2:15 PM, Torok Edwin wrote:
>
>> Author: edwin
>> Date: Mon Oct  5 16:15:43 2009
>> New Revision: 83324
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=83324&view=rev
>> Log:
>> Don't treat malloc calls with non-matching prototype as malloc.
>> Fixes second part of PR5130, miscompilation in FreeBSD kernel, where
>> malloc takes 3 params,
>> and *does* initialize memory.
>
> Thanks Edwin, please mention the PR in the FIXME so we can remember
> what this is working around.

Done.

Best regards,
--Edwin



More information about the llvm-commits mailing list