On Wed, Nov 19, 2014 at 12:42:45PM -0500, Ilia Mirkin wrote:
> On Wed, Nov 19, 2014 at 12:28 PM, Damien Lespiau
> wrote:
> > On Wed, Nov 19, 2014 at 12:13:41PM -0500, Ilia Mirkin wrote:
> >> Hey guys,
> >>
> >> Just got around to looking at the Coverity email about newly
> >> introduced bugs, and
On Wed, Nov 19, 2014 at 12:28 PM, Damien Lespiau
wrote:
> On Wed, Nov 19, 2014 at 12:13:41PM -0500, Ilia Mirkin wrote:
>> Hey guys,
>>
>> Just got around to looking at the Coverity email about newly
>> introduced bugs, and this seems like a legit issue. Based on the
>> context of the code, I'm gue
On Wed, Nov 19, 2014 at 12:13:41PM -0500, Ilia Mirkin wrote:
> Hey guys,
>
> Just got around to looking at the Coverity email about newly
> introduced bugs, and this seems like a legit issue. Based on the
> context of the code, I'm guessing you meant to do (input_index - 16)
> << 1.
Oh my. The pr
Hey guys,
Just got around to looking at the Coverity email about newly
introduced bugs, and this seems like a legit issue. Based on the
context of the code, I'm guessing you meant to do (input_index - 16)
<< 1.
Cheers,
-ilia
** CID 1251308: Bad bit shift operation (BAD_SHIFT)
/src/mesa/driv