On Thu, 14 Apr 2011, Enlightenment SVN wrote:

> Log:
> unrevert. this is not a mistake.

explain me why it can segfault, then

Vincent

>
>
> Author:       discomfitor
> Date:         2011-04-14 00:42:04 -0700 (Thu, 14 Apr 2011)
> New Revision: 58654
> Trac:         http://trac.enlightenment.org/e/changeset/58654
>
> Modified:
>  trunk/eina/src/lib/eina_list.c
>
> Modified: trunk/eina/src/lib/eina_list.c
> ===================================================================
> --- trunk/eina/src/lib/eina_list.c    2011-04-14 07:40:45 UTC (rev 58653)
> +++ trunk/eina/src/lib/eina_list.c    2011-04-14 07:42:04 UTC (rev 58654)
> @@ -894,7 +894,7 @@
>    EINA_SAFETY_ON_NULL_RETURN_VAL(to, EINA_FALSE);
>    EINA_SAFETY_ON_NULL_RETURN_VAL(from, EINA_FALSE);
>
> -   EINA_MAGIC_CHECK_LIST(*to, EINA_FALSE);
> +   if (*to) EINA_MAGIC_CHECK_LIST(*to, EINA_FALSE);
>    EINA_MAGIC_CHECK_LIST(*from, EINA_FALSE);
>    EINA_MAGIC_CHECK_LIST(data, EINA_FALSE);
>
>
>
> ------------------------------------------------------------------------------
> Benefiting from Server Virtualization: Beyond Initial Workload
> Consolidation -- Increasing the use of server virtualization is a top
> priority.Virtualization can reduce costs, simplify management, and improve
> application availability and disaster protection. Learn more about boosting
> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to