efl/src/lib/edje
Jihoon Kim 3d2b7f2ec1 edje_entry: fix out-ouf-bounds issue in _edje_entry_imf_event_preedit_changed_cb
The maximum index of tagname is 7, and preedit_type_size is equal to 8.
Checking "attr->preedit_type <= preedit_type_size" implies that the value of "attr->preedit_type" may be up to 8

This patch fixes CID 1039308
2013-11-27 09:31:26 +09:00
..
Edje.h alpha1 release autofoo/build tree work to pass distcheck and actually work 2013-11-04 18:33:35 +09:00
Edje_Common.h edje: use const Eina_File for mmap_set function. 2013-11-04 11:28:29 +09:00
Edje_Edit.h Make setter functions "edje_edit_script..." return Eina_Bool. 2013-11-02 21:26:18 +09:00
Edje_Eo.h edje: use const Eina_File for mmap_set function. 2013-11-04 11:28:29 +09:00
Edje_Legacy.h edje: use const Eina_File for mmap_set function. 2013-11-04 11:28:29 +09:00
edje_box_layout.c edje: Fix edje box crash 2013-05-17 18:46:04 -03:00
edje_cache.c edje: fix use of eina_hash_pointer_new to actually look at the right value. 2013-11-20 20:05:32 +09:00
edje_calc.c edje - fix the side effect introduced by 12aba0db5a 2013-11-22 14:06:47 +09:00
edje_callbacks.c edje - use Eina_Bool. 2013-11-21 13:00:55 +09:00
edje_container.c
edje_container.h
edje_convert.c Remove selection handlers (and move to elm) 2013-11-08 17:30:45 +09:00
edje_convert.h Remove selection handlers (and move to elm) 2013-11-08 17:30:45 +09:00
edje_data.c Remove selection handlers (and move to elm) 2013-11-08 17:30:45 +09:00
edje_edit.c edje_edit: fixed SEGFAULT in _edje_real_part_free 2013-11-16 09:55:42 +09:00
edje_embryo.c edje - use Eina_Bool. 2013-11-21 13:00:55 +09:00
edje_entry.c edje_entry: fix out-ouf-bounds issue in _edje_entry_imf_event_preedit_changed_cb 2013-11-27 09:31:26 +09:00
edje_external.c edje: always invalidate and recalc the correct Edje object. 2013-04-08 20:03:43 +09:00
edje_load.c edje: update use of eina_cow_free to latest change. 2013-11-04 12:47:34 +09:00
edje_lua.c efl/edje: fix definition of parameter-less functions. 2013-01-05 16:15:59 +00:00
edje_lua2.c Typo-- 2013-05-22 12:57:12 +10:00
edje_lua_script_only.c
edje_main.c edje/map - changed data structure from list to array to improve color data memory access 2013-07-18 20:09:54 +09:00
edje_match.c edje: Refactor signal callbacks flags 2013-07-22 10:14:16 -03:00
edje_message_queue.c
edje_misc.c
edje_module.c efl: make libraries aware of EFL_RUN_IN_TREE. 2013-01-04 17:19:43 +00:00
edje_multisense.c ecore-audio - expose ready and fail events so multisense can avoid leaks 2013-08-27 23:44:53 +09:00
edje_private.h edje - fix the side effect introduced by 12aba0db5a 2013-11-22 14:06:47 +09:00
edje_program.c edje - use Eina_Bool. 2013-11-21 13:00:55 +09:00
edje_script_only.c
edje_signal.c eina: fix eina_hash_int64 on Windows system. 2013-11-09 20:07:27 +09:00
edje_smart.c edje - fix the side effect introduced by 12aba0db5a 2013-11-22 14:06:47 +09:00
edje_text.c edje: do not move object until all positionning information is known. 2013-08-05 17:46:37 +09:00
edje_textblock_styles.c edje: fix a git merge issue that did slip in. 2013-08-01 11:22:29 +09:00
edje_util.c edje - use Eina_Bool. 2013-11-21 13:00:55 +09:00
edje_var.c Remove timer and animator from the list Before freeing the variables. 2013-07-08 07:50:35 +01:00