efl/src/modules/evas/engines/fb
Jean-Philippe Andre d7b9db44f0 evas_fb: Avoid invalid dereference
If buf->priv.fb.fb was NULL the function would have crashed. So
buf->priv.fb.fb can't be NULL. I'm keeping the if(buf->priv.fb.fb)
anyway, but not sure the else case is valid.

Thanks @jiin.moon for the report.
2016-09-23 17:32:38 +09:00
..
Evas_Engine_FB.h
evas_engine.c evas_engines: Add a redraws_clear callback 2016-09-08 13:55:24 -05:00
evas_engine.h evas: add more infrastructure to software_generic backend to be ready for GL_X11 migration. 2014-07-04 15:11:22 +02:00
evas_fb.h evas/fb: use stride instead of width. 2014-03-07 02:00:11 -03:00
evas_fb_main.c efl: add binary mode to f(re)open() calls 2015-12-05 21:04:36 +01:00
evas_outbuf.c evas_fb: Avoid invalid dereference 2016-09-23 17:32:38 +09:00