This patch fixes a tentative crash owing to null ptr dereference
ecore_animator_freeze() has a same patch already.
Details
Details
execute test suite
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
ecore evas: Check for null ptr deref
This patch fixes a tentative crash owing to ptr deference.
Unlike ecore_evas_object_cursor_set and ecore_evas_object_cursor_device_set,
ecore_evas_cursor_set uses Ecore_Evas *ee before calling internal function which
internally checks null ptr dereference of Ecore_Evas *ee.
src/lib/ecore_evas/ecore_evas.c | ||
---|---|---|
1836 ↗ | (On Diff #13721) | If you intend to make 2 different patches (i.e. ecore_anim patch and ecore_evas patch), please remove this code from this patch. |