efl/src/lib
Carsten Haitzler d539152156 address non nul terminated string due to strncpy
this addresses CID 1230994. as such  eina_unicode_unicode_to_utf8()
always returns a nul terminated string. so it's guaranteed. but yes -
if string is 7 bytes or longer it will not put a nul byte on the
destination. as such for a single unicode char this can never happen
as in utf8 it's 6 bytes. but since eina_unicode_unicode_to_utf8()
safely returns a nul terminated string at all times - we can just use
strcpy safely. no need for strncpy. also handle null return from
eina_unicode_unicode_to_utf8()
2014-08-13 09:03:02 +09:00
..
ecore ecore: Add missing since version for new ecore_loop_time_set() 2014-08-07 11:43:14 +02:00
ecore_audio ecore_audio: fix crash on OSX when using Ecore_Audio with PulseAudio 2014-07-22 12:39:48 +02:00
ecore_avahi
ecore_cocoa ecore_cocoa: Lion fullscreen workaround + warning fixes 2014-07-23 16:56:16 +02:00
ecore_con ecore-con - fix possible leak due to other fix 2014-08-13 08:44:44 +09:00
ecore_drm ecore-drm: implement function to disable ecore drm inputs on vt 2014-08-04 08:50:40 -04:00
ecore_evas ecore_evas: Add missing since for new ecore_evas_cursor_unset() 2014-08-07 11:43:15 +02:00
ecore_fb
ecore_file ecore_file: Check return value of chmod() 2014-08-08 11:28:57 +02:00
ecore_imf imf - fix x11 vs wl fix to leave x11 alone for those without scim 2014-08-11 11:05:41 +09:00
ecore_imf_evas
ecore_input
ecore_input_evas
ecore_ipc
ecore_psl1ght
ecore_sdl evas: move to SDL2 and use GL_Generic infrastructure. 2014-07-25 20:24:29 +02:00
ecore_wayland
ecore_win32
ecore_x more versions of vbox mods panic - blacklist all vboxvideo users from vsync 2014-08-11 16:06:54 +09:00
edje Edje dbg_info: Mark root as not null (will never be). 2014-08-12 09:36:37 +01:00
eet eet: fix possible ABI break. 2014-08-11 16:17:05 +02:00
eeze
efl
efreet efreet - add menu ref/unref calls and refcounting to try solve e issue 2014-07-23 20:36:19 +09:00
eina eina: rename to eina_module_symbol_global_set 2014-08-11 14:52:51 +02:00
eio
eldbus eldbus: do not ignore numeric "0" in property_set 2014-08-10 22:55:38 +02:00
embryo
emotion
eo Eo base: Fix marking of eolian functions with EOLIAN. 2014-07-24 15:35:00 +01:00
eolian eolian: fix: remove unused function 2014-07-30 13:33:52 +01:00
eolian_cxx eolian-cxx: Added generation of call_constructor for parent_type. 2014-07-25 11:32:56 -03:00
ephysics
escape
ethumb
ethumb_client ethumb client - fix access to pending struct that has been freed 2014-08-10 13:26:33 +09:00
evas address non nul terminated string due to strncpy 2014-08-13 09:03:02 +09:00
evil
.gitignore