[PATCH] mi: Integer overflow for dashed lines longer than 46340. #31093

Siddhesh Poyarekar siddhesh.poyarekar at gmail.com
Thu Nov 4 09:48:01 PDT 2010


On Tue, Oct 26, 2010 at 9:26 AM, Keith Packard <keithp at keithp.com> wrote:
> On Tue, 26 Oct 2010 09:11:53 +0530, Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com> wrote:
>
>> -    if (slopes[j].dy * slopes[i].dx > slopes[i].dy * slopes[j].dx)
>> +    if ((int64_t)slopes[j].dy * slopes[i].dx > (int64_t)slopes[i].dy * slopes[j].dx)
>
> Reviewed-by: Keith Packard <keithp at keithp.com>
>

Hi,

Any action pending on my end? I assumed that the maintainers will pull
this patch in, right?

Thanks,
Siddhesh


-- 
Siddhesh Poyarekar
http://siddhesh.in


More information about the xorg-devel mailing list