[llvm] r228507 - Avoid integer overflows around realloc calls resulting in potential

Hans Wennborg hans at chromium.org
Sat Feb 7 14:38:08 PST 2015


I'd like to get more context to understand if this is suitable for
merging. Did Guido report this in a bug somewhere?

On Sat, Feb 7, 2015 at 2:18 PM, Joerg Sonnenberger
<joerg at britannica.bec.de> wrote:
> This should be merged to the release branches.
>
> Joerg
>
> On Sat, Feb 07, 2015 at 09:24:06PM -0000, Joerg Sonnenberger wrote:
>> Author: joerg
>> Date: Sat Feb  7 15:24:06 2015
>> New Revision: 228507
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=228507&view=rev
>> Log:
>> Avoid integer overflows around realloc calls resulting in potential
>> heap. Problem identified by Guido Vranken. Changes differ from original
>> OpenBSD sources by not depending on non-portable reallocarray.



More information about the llvm-commits mailing list