zephyr/modules/lvgl
Johan Lafon 6043af638d modules: lvgl: fix buffer overflow when using monochrome displays
In lvgl_transform_buffer() the pixel map buffer start address is
modified to skip the library color palette header but the memcpy size
argument was not modified accordingly thus causing writes beyond buffer
reserved space.

Signed-off-by: Johan Lafon <johan.lafon@syslinbit.com>
2025-01-16 22:56:28 +01:00
..
include modules: lvgl: Add support for NXP PXP engine 2025-01-04 14:17:10 +01:00
input modules: lvgl: Update gluecode to v9.2 2025-01-04 14:17:10 +01:00
CMakeLists.txt modules: lvgl: Add zephyr OSAL implementation 2025-01-04 14:17:10 +01:00
Kconfig modules: lvgl: Add support for NXP PXP engine 2025-01-04 14:17:10 +01:00
Kconfig.input modules: lvgl: Remove LVGL pointer kscan 2024-06-21 11:54:11 -04:00
Kconfig.memory modules: lvgl: Rename the VDB custom section Kconfig name 2025-01-06 17:13:29 +00:00
Kconfig.shell
lvgl.c modules: lvgl: Rename the VDB custom section Kconfig name 2025-01-06 17:13:29 +00:00
lvgl_display.c modules: lvgl: Update gluecode to v9.2 2025-01-04 14:17:10 +01:00
lvgl_display_16bit.c modules: lvgl: Update gluecode to v9.2 2025-01-04 14:17:10 +01:00
lvgl_display_24bit.c modules: lvgl: Update gluecode to v9.2 2025-01-04 14:17:10 +01:00
lvgl_display_32bit.c modules: lvgl: Update gluecode to v9.2 2025-01-04 14:17:10 +01:00
lvgl_display_mono.c modules: lvgl: fix buffer overflow when using monochrome displays 2025-01-16 22:56:28 +01:00
lvgl_fs.c modules: lvgl: Update gluecode to v9.2 2025-01-04 14:17:10 +01:00
lvgl_mem.c modules: lvgl: Update gluecode to v9.2 2025-01-04 14:17:10 +01:00
lvgl_shell.c modules: lvgl: Update gluecode to v9.2 2025-01-04 14:17:10 +01:00
lvgl_zephyr_osal.c modules: lvgl: Add zephyr OSAL implementation 2025-01-04 14:17:10 +01:00