efl/src
Marcel Hollerbach 17ba8515f1 efl_canvas_object_animation: fix possible invalid pointer
now if one of the event handlers calls animation_stop in a callback to
EFL_CANVAS_OBJECT_ANIMATION_EVENT_ANIMATION_PROGRESS_UPDATED, then
pd->in will be freeed. Which means, in the next event handler the
address taken by &pd->in->progress might be invalid, leading to a crash.

With this commit this is a address on the stack, which should fix this.
2019-11-21 18:41:08 +01:00
..
benchmarks benchmarks/eina: fix possible div by zero in ecore_hash 2019-10-18 13:29:07 -04:00
bin csharp: CA1307 Add CultureInfo to generated code. 2019-11-20 18:34:08 -03:00
bindings csharp: Components enum are flags now. 2019-11-20 19:22:53 -03:00
edje_external
examples evas: migrate the vg json example 2019-11-20 10:03:47 +01:00
generic evas - rsvg loader - comment out deprecated func from rsvg we don't need 2019-09-16 01:47:05 +01:00
lib efl_canvas_object_animation: fix possible invalid pointer 2019-11-21 18:41:08 +01:00
modules vector json: checking valid pointer before accessing it. 2019-11-21 17:28:54 +09:00
scripts Pyolian: correctly define c_type as a property 2019-10-11 08:18:20 +02:00
static_libs vector lottie: reset vg tree each frames. 2019-11-21 17:47:15 +09:00
tests eina_matrix: replace cosf by cos to gain more accuracy 2019-11-21 17:50:33 +09:00
wayland_protocol