On 03/13/2017 02:44 AM, Richard Biener wrote:
On Mon, Mar 13, 2017 at 2:13 AM, Martin Sebor wrote:
r243470 decorates standard allocation functions like alloca
and malloc with attribute alloc_size. However, in applying
the attribute to aligned_alloc I had overlooked that the size
argument is th
On Mon, Mar 13, 2017 at 2:13 AM, Martin Sebor wrote:
> r243470 decorates standard allocation functions like alloca
> and malloc with attribute alloc_size. However, in applying
> the attribute to aligned_alloc I had overlooked that the size
> argument is the second one and not the first. That ove
r243470 decorates standard allocation functions like alloca
and malloc with attribute alloc_size. However, in applying
the attribute to aligned_alloc I had overlooked that the size
argument is the second one and not the first. That oversight
has led to __builtin_object_size() reporting the wrong