Re: [E-devel] [imlib2][PATCH] loader_gif: fix OOB read

2016-04-01 Thread The Rasterman
On Sat, 2 Apr 2016 06:48:54 +0300 "Yuriy M. Kaminskiy" said: > On 02.04.2016 06:21, Yuriy M. Kaminskiy wrote: > > On 02.04.2016 06:12, Carsten Haitzler (The Rasterman) wrote: > >> On Sat, 02 Apr 2016 04:49:08 +0300 yum...@gmail.com (Yuriy M. > >> Kaminskiy) said: > >> > >>> As

Re: [E-devel] [imlib2][PATCH] loader_gif: fix OOB read

2016-04-01 Thread The Rasterman
On Sat, 02 Apr 2016 04:49:08 +0300 yum...@gmail.com (Yuriy M. Kaminskiy) said: > As reported on http://bugs.debian.org/734425, when ColorCount is less > than 256, it is possible that image loading will trigger out of bound > read. > Security imlications: DoS (application crash), potentially host

Re: [E-devel] [imlib2][PATCH] loader_gif: fix OOB read

2016-04-01 Thread The Rasterman
On Sat, 02 Apr 2016 04:49:08 +0300 yum...@gmail.com (Yuriy M. Kaminskiy) said: > As reported on http://bugs.debian.org/734425, when ColorCount is less > than 256, it is possible that image loading will trigger out of bound > read. > Security imlications: DoS (application crash), potentially host

Re: [E-devel] [EGIT] [apps/ephoto] master 01/01: EPhoto: Remove all toolbars in favor of context menus and key bindings.

2016-04-01 Thread The Rasterman
On Fri, 1 Apr 2016 19:01:31 +0200 Davide Andreoli said: > 2016-04-01 1:06 GMT+02:00 Carsten Haitzler : > > > On Thu, 31 Mar 2016 19:36:54 +0200 Davide Andreoli > > > > said: > > > > > 2016-03-31 3:19 GMT+02:00 Carsten

Re: [E-devel] [EGIT] [core/efl] master 03/03: Eolian: Mark all EO class_get() as weak

2016-04-01 Thread The Rasterman
On Fri, 1 Apr 2016 17:20:36 +0100 Tom Hacohen said: > On 01/04/16 17:09, Cedric BAIL wrote: > > On Apr 1, 2016 3:53 AM, "Tom Hacohen" wrote: > >> > >> On 01/04/16 04:09, Jean-Philippe ANDRÉ wrote: > >>> jpeg pushed a commit to branch master. > >>> >

Re: [E-devel] e20 on Raspberry Pi

2016-04-01 Thread The Rasterman
On Sat, 2 Apr 2016 00:19:35 +0200 Andreas Volz said: > Hello, > > I compiled e20 on Raspberry Pi 2 with latest Raspbian and it works. I > had to deactivate Composite Effects and switch to Software renderer > because it says there's no OpenGL support. > > The reason because

[E-devel] [imlib2][PATCH] loader_gif: fix OOB read

2016-04-01 Thread Yuriy M. Kaminskiy
As reported on http://bugs.debian.org/734425, when ColorCount is less than 256, it is possible that image loading will trigger out of bound read. Security imlications: DoS (application crash), potentially host memory exposure. Attached patch(es) gracefully handles out-of-range image data,

Re: [E-devel] packaging/debian

2016-04-01 Thread Simon Lees
On 04/01/2016 11:57 PM, Andreas Volz wrote: > Am Fri, 1 Apr 2016 13:07:44 +0100 schrieb Tom Hacohen: > >> On 01/04/16 13:02, Andreas Volz wrote: >>> Hello, >>> >>> could you tell me where the packaging/debian stuff is in the new GIT >>> structure? >>> >>>

Re: [E-devel] e20 on Raspberry Pi

2016-04-01 Thread Cedric BAIL
Hello, On Fri, Apr 1, 2016 at 3:19 PM, Andreas Volz wrote: > I compiled e20 on Raspberry Pi 2 with latest Raspbian and it works. I > had to deactivate Composite Effects and switch to Software renderer > because it says there's no OpenGL support. Yes, RPi have still today a

Re: [E-devel] packaging/debian

2016-04-01 Thread Martinx - ジェームズ
On 1 April 2016 at 10:27, Andreas Volz wrote: > Am Fri, 1 Apr 2016 13:07:44 +0100 schrieb Tom Hacohen: > > > On 01/04/16 13:02, Andreas Volz wrote: > > > Hello, > > > > > > could you tell me where the packaging/debian stuff is in the new GIT > > > structure? > > > > > >

[E-devel] e20 on Raspberry Pi

2016-04-01 Thread Andreas Volz
Hello, I compiled e20 on Raspberry Pi 2 with latest Raspbian and it works. I had to deactivate Composite Effects and switch to Software renderer because it says there's no OpenGL support. The reason because I did this is that like to run the Raspi with a 800x480 display and several fullscreen

Re: [E-devel] [EGIT] [apps/ephoto] master 01/01: EPhoto: Remove all toolbars in favor of context menus and key bindings.

2016-04-01 Thread Davide Andreoli
2016-04-01 1:06 GMT+02:00 Carsten Haitzler : > On Thu, 31 Mar 2016 19:36:54 +0200 Davide Andreoli > > said: > > > 2016-03-31 3:19 GMT+02:00 Carsten Haitzler : > > > > > On Wed, 30 Mar 2016 13:31:23 -0500 Stephen Houston < >

Re: [E-devel] [EGIT] [core/efl] master 01/01: Eo: Implement the fallback eo_add implementation.

2016-04-01 Thread Davide Andreoli
2016-03-29 17:04 GMT+02:00 Tom Hacohen : > There you go. In, and fully tested (eo_suite_add_fallback suite) as > promised. Please let me know if the tests fail on your box, though it's > very unlikely because it's almost a direct copy from the previous eo_do >

Re: [E-devel] [EGIT] [core/efl] master 03/03: Eolian: Mark all EO class_get() as weak

2016-04-01 Thread Tom Hacohen
On 01/04/16 17:09, Cedric BAIL wrote: > On Apr 1, 2016 3:53 AM, "Tom Hacohen" wrote: >> >> On 01/04/16 04:09, Jean-Philippe ANDRÉ wrote: >>> jpeg pushed a commit to branch master. >>> >>> >

Re: [E-devel] [EGIT] [core/efl] master 03/03: Eolian: Mark all EO class_get() as weak

2016-04-01 Thread Cedric BAIL
On Apr 1, 2016 3:53 AM, "Tom Hacohen" wrote: > > On 01/04/16 04:09, Jean-Philippe ANDRÉ wrote: > > jpeg pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id=78bb21a2d90bf7813632d19b87e0bac666eca6f8 > > > > commit

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_timer: document properties

2016-04-01 Thread Stefan Schmidt
Hello. On 01/04/16 15:08, Tom Hacohen wrote: > On 01/04/16 14:03, Stefan Schmidt wrote: >> stefan pushed a commit to branch master. >> >> http://git.enlightenment.org/core/efl.git/commit/?id=1a4674dfc835d1587c18d262a8658383ae00b749 >> >> commit 1a4674dfc835d1587c18d262a8658383ae00b749 >> Author:

Re: [E-devel] packaging/debian

2016-04-01 Thread Andreas Volz
Am Fri, 1 Apr 2016 13:07:44 +0100 schrieb Tom Hacohen: > On 01/04/16 13:02, Andreas Volz wrote: > > Hello, > > > > could you tell me where the packaging/debian stuff is in the new GIT > > structure? > > > > https://svn.enlightenment.org/svn/e/trunk/packaging/debian/ > > > > regards > >Andreas

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_timer: document properties

2016-04-01 Thread Tom Hacohen
On 01/04/16 14:03, Stefan Schmidt wrote: > stefan pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=1a4674dfc835d1587c18d262a8658383ae00b749 > > commit 1a4674dfc835d1587c18d262a8658383ae00b749 > Author: Stefan Schmidt > Date: Fri

Re: [E-devel] packaging/debian

2016-04-01 Thread Tom Hacohen
On 01/04/16 13:02, Andreas Volz wrote: > Hello, > > could you tell me where the packaging/debian stuff is in the new GIT > structure? > > https://svn.enlightenment.org/svn/e/trunk/packaging/debian/ > > regards >Andreas > Nowhere. -- Tom.

[E-devel] packaging/debian

2016-04-01 Thread Andreas Volz
Hello, could you tell me where the packaging/debian stuff is in the new GIT structure? https://svn.enlightenment.org/svn/e/trunk/packaging/debian/ regards Andreas -- Technical Blog

Re: [E-devel] [EGIT] [core/efl] master 03/03: Eolian: Mark all EO class_get() as weak

2016-04-01 Thread Tom Hacohen
On 01/04/16 04:09, Jean-Philippe ANDRÉ wrote: > jpeg pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=78bb21a2d90bf7813632d19b87e0bac666eca6f8 > > commit 78bb21a2d90bf7813632d19b87e0bac666eca6f8 > Author: Jean-Philippe Andre > Date: