Re: [e-users] giflib 5.1.2

2016-02-10 Thread Cedric BAIL
On Fri, Jan 22, 2016 at 10:33 AM, Ross Vandegrift  wrote:
> On 01/21/2016 10:01 PM, Jean-Philippe André wrote:
>> This is a bug in giflib 5.1.2 that will be resolved in 5.1.2. See:
>> http://sourceforge.net/p/giflib/bugs/80/
>> http://sourceforge.net/p/giflib/bugs/81/
>>
>> A struct is allocated with malloc, so some fields are uninitialized but
>> there's a safety if() check on them that may or may not fail.
>>
>> It looks like we'll just have to wait for 5.1.3 to be released.
>
> Thanks very much for the details - I'll downgrade until a fix is
> available.  Debian BTS #812093 is tracking this issue, discovered via a
> different consumer of giflib.

Anyone using an up to date archlinux will now this failure. Quite annoying.
-- 
Cedric BAIL

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] giflib 5.1.2

2016-01-22 Thread Ross Vandegrift
On 01/21/2016 10:01 PM, Jean-Philippe André wrote:
> This is a bug in giflib 5.1.2 that will be resolved in 5.1.2. See:
> http://sourceforge.net/p/giflib/bugs/80/
> http://sourceforge.net/p/giflib/bugs/81/
> 
> A struct is allocated with malloc, so some fields are uninitialized but
> there's a safety if() check on them that may or may not fail.
> 
> It looks like we'll just have to wait for 5.1.3 to be released.

Thanks very much for the details - I'll downgrade until a fix is
available.  Debian BTS #812093 is tracking this issue, discovered via a
different consumer of giflib.

Thanks,
Ross

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] giflib 5.1.2

2016-01-21 Thread Jean-Philippe André
Hi,

On 22 January 2016 at 11:34, Jean-Philippe André  wrote:

>
> On 22 January 2016 at 07:07, Ross Vandegrift  wrote:
>
>> Hello all,
>>
>> I'm getting evas test failures with giflib 5.1.2:
>>
>> tests/evas/evas_test_image.c:438:F:Images:evas_object_image_all_loader_data:0:
>> Failure 'evas_object_image_load_error_get(ref) != EVAS_LOAD_ERROR_NONE'
>> occurred FAIL tests/evas/evas_suite (exit status: 255)
>>
>> The test gets EVAS_LOAD_ERROR_DOES_NOT_EXIST when looking for Pic4.gif.
>>
>> I've tried 1.16 and git master.  giflib 5.1.1 seemed fine.  Is this me
>> or is there a bug somewhere?
>>
>> 
>
>
> On archlinux giflib is still 5.1.1 so I didn't see this until now. But I
> can confirm that 5.1.2 makes the test fail.
> I will look at this.
>
>
This is a bug in giflib 5.1.2 that will be resolved in 5.1.2. See:
http://sourceforge.net/p/giflib/bugs/80/
http://sourceforge.net/p/giflib/bugs/81/

A struct is allocated with malloc, so some fields are uninitialized but
there's a safety if() check on them that may or may not fail.

It looks like we'll just have to wait for 5.1.3 to be released.

-- 
Jean-Philippe André
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] giflib 5.1.2

2016-01-21 Thread Jean-Philippe André
On 22 January 2016 at 07:07, Ross Vandegrift  wrote:

> Hello all,
>
> I'm getting evas test failures with giflib 5.1.2:
>
> tests/evas/evas_test_image.c:438:F:Images:evas_object_image_all_loader_data:0:
> Failure 'evas_object_image_load_error_get(ref) != EVAS_LOAD_ERROR_NONE'
> occurred FAIL tests/evas/evas_suite (exit status: 255)
>
> The test gets EVAS_LOAD_ERROR_DOES_NOT_EXIST when looking for Pic4.gif.
>
> I've tried 1.16 and git master.  giflib 5.1.1 seemed fine.  Is this me
> or is there a bug somewhere?
>
> 


On archlinux giflib is still 5.1.1 so I didn't see this until now. But I
can confirm that 5.1.2 makes the test fail.
I will look at this.

-- 
JP

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] giflib 5.1.2

2016-01-21 Thread Jean-Philippe André
On 22 January 2016 at 07:07, Ross Vandegrift  wrote:

> Hello all,
>
> I'm getting evas test failures with giflib 5.1.2:
>
> tests/evas/evas_test_image.c:438:F:Images:evas_object_image_all_loader_data:0:
> Failure 'evas_object_image_load_error_get(ref) != EVAS_LOAD_ERROR_NONE'
> occurred FAIL tests/evas/evas_suite (exit status: 255)
>
> The test gets EVAS_LOAD_ERROR_DOES_NOT_EXIST when looking for Pic4.gif.
>
> I've tried 1.16 and git master.  giflib 5.1.1 seemed fine.  Is this me
> or is there a bug somewhere?
>

On archlinux giflib is still 5.1.1 so I didn't see this until now. But I
can confirm that 5.1.2 makes the test fail.
I will look at this.


-- 
Jean-Philippe André
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users