Hi,

On 5 July 2016 at 18:25, Shuhrat Dehkanov <k...@efir.uz> wrote:

> Hello,
>
> This patch seems to have broken apps and causing SIGSEGV.
>
> https://git.enlightenment.org/core/efl.git/commit/?id=9f0fd66ab818d212fa88faef316ac17625f1a2f5
>
>
> Specifically, removal of the following line from
> src/lib/evas/canvas/evas_events.c:
>

Indeed. I see how it could crash (if evas_object_smart_members_get_direct()
returns NULL).


> @@ -989,7 +998,6 @@ _evas_event_object_list_in_get(Evas *eo_e, Eina_List
> *in,
> const Eina_Inlist *list, Evas_Object *stop,
> int x, int y, int *no_rep, Eina_Bool source)
> {
> - if (!list) return NULL;
> return _evas_event_object_list_raw_in_get(eo_e, in, list->last, stop, x, y,
> no_rep, source);
> }
>
> FIxed in 5bd437fe2747b748e928d46791ec4e5a320df6f8.

-- 
Jean-Philippe André
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to