On Sat, 19 Mar 2011, Enlightenment SVN wrote:

> Log:
> edje_decc only use edje_cc.
>
>
>
> Author:       raster
> Date:         2011-03-19 00:20:33 -0700 (Sat, 19 Mar 2011)
> New Revision: 57891
> Trac:         http://trac.enlightenment.org/e/changeset/57891
>
> Modified:
>  trunk/edje/ChangeLog trunk/edje/src/bin/edje_decc.c
>
> Modified: trunk/edje/ChangeLog
> ===================================================================
> --- trunk/edje/ChangeLog      2011-03-19 07:08:59 UTC (rev 57890)
> +++ trunk/edje/ChangeLog      2011-03-19 07:20:33 UTC (rev 57891)
> @@ -61,3 +61,8 @@
>
>       * Add PROXY part.
>
> +2011-03-19  Carsten Haitzler (The Rasterman)
> +
> +     * Change edje_decc to only use edje_cc as the compiler for security
> +        and correctness reasons.
> +
>
> Modified: trunk/edje/src/bin/edje_decc.c
> ===================================================================
> --- trunk/edje/src/bin/edje_decc.c    2011-03-19 07:08:59 UTC (rev 57890)
> +++ trunk/edje/src/bin/edje_decc.c    2011-03-19 07:20:33 UTC (rev 57891)
> @@ -142,6 +142,8 @@
>       eet_close(ef);
>       return 0;
>      }
> +   /* force compiler to be edje_cc */
> +   edje_file->compiler = strdup("edje_cc");
>    if (!edje_file->compiler)
>      {
>       edje_file->compiler = strdup("edje_cc");

i don't see the interest of the 2nd strdup if it has already failed.

Vincent
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to