efl/src/lib/ecore_drm
Chris Michael 7d450fba64 ecore-drm: Add missing initializer for fb2 command
drm_mode_fb_cmd2 has fields for a modifier to handle tiling,
compression, etc (per plane). Even tho we do not use these, we should
at least initialize them to zero else we end up with uninitialized
bytes in the cmd structure.

==11706== Syscall param ioctl(generic) points to uninitialised byte(s)
==11706==    at 0x57E05D9: ioctl (in /usr/lib/libc-2.20.so)
==11706==    by 0x4D30FA3: drmIoctl (in /usr/lib/libdrm.so.2.4.0)
==11706==    by 0x4CDF66B: _ecore_drm_fb_create2 (ecore_drm_fb.c:63)

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
2016-04-26 11:00:40 -04:00
..
Ecore_Drm.h ecore-drm: Fix typo in doxygen 2016-04-21 08:55:01 -04:00
ecore_drm.c ecore-drm: don't set DBG on log level if DBG not already set 2016-03-09 15:36:53 -05:00
ecore_drm_dbus.c ecore-drm: Update copyright notice 2016-03-09 08:22:22 -05:00
ecore_drm_device.c ecore_drm: Disable custom tick if we can't wait for vblank 2016-03-14 15:00:11 -04:00
ecore_drm_evdev.c ecore-drm: Don't re-include config.h 2016-03-09 08:27:05 -05:00
ecore_drm_fb.c ecore-drm: Add missing initializer for fb2 command 2016-04-26 11:00:40 -04:00
ecore_drm_inputs.c ecore-drm: Don't re-include config.h 2016-03-09 08:27:05 -05:00
ecore_drm_launcher.c ecore-drm: Update copyright notice 2016-03-09 08:22:22 -05:00
ecore_drm_logind.c ecore-drm: Update copyright notice 2016-03-09 08:22:22 -05:00
ecore_drm_output.c ecore-drm: Don't leak object properties 2016-04-13 12:55:59 -04:00
ecore_drm_private.h ecore-drm: Update copyright notice 2016-03-09 08:22:22 -05:00
ecore_drm_sprites.c ecore-drm: do not attempt to destroy sprite outputs which have never repainted 2016-04-01 15:55:41 -04:00
ecore_drm_tty.c ecore-drm: Update copyright notice 2016-03-09 08:22:22 -05:00