9
0
Fork 0
barebox/lib/gui
Bastian Stender ab5a26ef14 2d-primitives: check dimensions in __illuminate
gl_draw_circle draws outside of the screen if the resolution is too low.
This lead to memory corruption. Check the dimensions before drawing.

Signed-off-by: Bastian Stender <bst@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2017-02-24 08:24:35 +01:00
..
2d-primitives.c 2d-primitives: check dimensions in __illuminate 2017-02-24 08:24:35 +01:00
Kconfig GUI: Add code to draw simple graphics 2016-06-30 08:33:53 +02:00
Makefile GUI: Add code to draw simple graphics 2016-06-30 08:33:53 +02:00
bmp.c graphics_utils: Let fb_open allocate the screen 2015-07-20 07:11:21 +02:00
bmp_layout.h gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
graphic_utils.c graphic_utils: do not allocate info in fb_open 2017-02-24 08:24:35 +01:00
image_renderer.c image_renderer: Use read_file_2 2015-06-26 11:56:24 +02:00
lodepng.c gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
lodepng.h gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
picopng.c gui: Fix resource leak 2014-04-23 14:00:25 +02:00
picopng.h gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
png.c graphics_utils: Let fb_open allocate the screen 2015-07-20 07:11:21 +02:00
png.h gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
png_lode.c gui: move gui file to include/gui and lib/gui 2012-10-04 17:22:09 +02:00
png_pico.c gui: Fix signed/unsigned arguments for printf 2013-11-11 08:52:05 +01:00