efl/src/lib/ecore_x/xcb
Stefan Schmidt 461c5d2787 ecore: xcb: make sure length_name is always initialized
lib/ecore_x/xcb/ecore_xcb_icccm.c: In function ‘ecore_x_icccm_name_class_set’:
lib/ecore_x/xcb/ecore_xcb_icccm.c:320:11: warning: ‘length_name’ may be used uninitialized in this
function [-Wmaybe-uninitialized]
         s += length_name + 1;

Looking at the code this is indeed possible so better play safe here.
2016-07-29 14:20:16 +02:00
..
ecore_xcb.c ecore_x: NULL derefs. 2016-07-11 14:20:00 +09:00
ecore_xcb_atoms.c
ecore_xcb_composite.c
ecore_xcb_cursor.c
ecore_xcb_damage.c
ecore_xcb_dnd.c efl: everyone should now rely on Eina MIN/MAX redefinition. 2016-05-09 16:58:53 -07:00
ecore_xcb_dpms.c
ecore_xcb_drawable.c
ecore_xcb_e.c ecore-xcb: Implement missing keyrouter and keygrab functions for xcb 2016-04-04 11:01:48 -04:00
ecore_xcb_error.c
ecore_xcb_events.c Ecore: Use calloc() to initialize Ecore_Event_Mouse_XXXX 2016-04-20 08:33:20 -04:00
ecore_xcb_extensions.c
ecore_xcb_gc.c
ecore_xcb_gesture.c
ecore_xcb_icccm.c ecore: xcb: make sure length_name is always initialized 2016-07-29 14:20:16 +02:00
ecore_xcb_image.c efl - ecore-x - work around e's badness in makeing an x image for all wins 2016-07-27 10:32:41 +09:00
ecore_xcb_input.c
ecore_xcb_keygrab.c ecore-xcb: Implement missing keyrouter and keygrab functions for xcb 2016-04-04 11:01:48 -04:00
ecore_xcb_keymap.c Ecore_xcb_keymap: Fix memory leak in _ecore_xcb_keymap_finilize 2015-10-09 13:18:18 -04:00
ecore_xcb_mwm.c
ecore_xcb_netwm.c
ecore_xcb_pixmap.c
ecore_xcb_present.c
ecore_xcb_private.h ecore-xcb: Fix XCB to be usable again 2016-06-06 15:46:24 -04:00
ecore_xcb_randr.c ecore-xcb: Fix XCB to be usable again 2016-06-06 15:46:24 -04:00
ecore_xcb_region.c
ecore_xcb_render.c
ecore_xcb_screensaver.c
ecore_xcb_selection.c
ecore_xcb_shape.c
ecore_xcb_sync.c
ecore_xcb_textlist.c
ecore_xcb_vsync.c
ecore_xcb_window.c ecore-xcb: Fix wrong initialization 2016-04-04 08:41:27 -04:00
ecore_xcb_window_prop.c ecore_xcb: handle realloc failure. 2015-10-09 10:00:32 +02:00
ecore_xcb_window_shadow.c
ecore_xcb_window_shape.c
ecore_xcb_xdefaults.c
ecore_xcb_xfixes.c
ecore_xcb_xinerama.c
ecore_xcb_xtest.c