rimmed pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=208c529e7a12c308a4859b2fd346e2de5dc52637

commit 208c529e7a12c308a4859b2fd346e2de5dc52637
Author: Vyacheslav Reutskiy <[email protected]>
Date:   Wed Feb 1 15:08:13 2017 +0200

    Revert "edje_edit: fix segmentation fault(Array index is out of bound)"
    
    This patch need to revert because it just a temporary solution for load
    'inherit_only' groups. Problem with these groups is solved in patch
    c3733a213ba2de3acc2496a381e8e3f591f2c10a
    
    This reverts commit 88f5ac22c1dcd2ddaf4fda4f170fb5c0ad9b3afd.
---
 src/lib/edje/edje_edit.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/edje/edje_edit.c b/src/lib/edje/edje_edit.c
index c573553..ee7c119 100644
--- a/src/lib/edje/edje_edit.c
+++ b/src/lib/edje/edje_edit.c
@@ -11976,8 +11976,6 @@ _edje_program_afters_get(Evas_Object *obj, Edje_Program 
*epr)
      {
         Edje_Program *p = NULL;
 
-        if (a->id < 0) continue;
-
         p = ed->collection->patterns.table_programs[a->id % 
ed->collection->patterns.table_programs_size];
         if (p && p->name)
           {

-- 


Reply via email to