backport to 1.1 Vincent
On Mon, Dec 12, 2011 at 8:59 PM, Enlightenment SVN <[email protected]> wrote: > Log: > fix a pair of buffer overflows from r65619 > > > Author: discomfitor > Date: 2011-12-12 11:59:25 -0800 (Mon, 12 Dec 2011) > New Revision: 66121 > Trac: http://trac.enlightenment.org/e/changeset/66121 > > Modified: > trunk/edje/src/lib/edje_calc.c > > Modified: trunk/edje/src/lib/edje_calc.c > =================================================================== > --- trunk/edje/src/lib/edje_calc.c 2011-12-12 17:48:53 UTC (rev 66120) > +++ trunk/edje/src/lib/edje_calc.c 2011-12-12 19:59:25 UTC (rev 66121) > @@ -2545,11 +2545,11 @@ > } > else if (p1->persp_on) > { > - memcpy(&p3->map.persp, &p1->map.persp, sizeof > (p1->map.light)); > + memcpy(&p3->map.persp, &p1->map.persp, sizeof > (p1->map.persp)); > } > else if (p2->persp_on) > { > - memcpy(&p3->map.persp, &p2->map.persp, sizeof > (p2->map.light)); > + memcpy(&p3->map.persp, &p2->map.persp, sizeof > (p2->map.persp)); > } > } > > > > ------------------------------------------------------------------------------ > Learn Windows Azure Live! Tuesday, Dec 13, 2011 > Microsoft is holding a special Learn Windows Azure training event for > developers. It will provide a great way to learn Windows Azure and what it > provides. You can attend the event by watching it streamed LIVE online. > Learn more at http://p.sf.net/sfu/ms-windowsazure > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
