Gimp/plug-ins/file-ico
Alx Sa 058ada8f3f plug-ins: Add overflow checks for ICO loading
As pointed out by Dhiraj, it is possible to set width and
height values in the ICO header that will overflow a 32 bit
integer when loaded in. This patch adds checks using
g_size_check_mul () and g_try_new () to catch these
overflows and prevent them from crashing the plug-in.
2026-01-12 12:17:00 +00:00
..
ico-dialog.c app, pdb, plug-ins: replace (plug-in-threshold-alpha). 2024-12-17 16:24:54 +00:00
ico-dialog.h plug-ins: Port file-icns/file-ico to GimpProcedureDialog 2024-07-19 02:29:38 +00:00
ico-export.c plug-ins: fix memory cleanup. 2025-10-31 00:32:04 +01:00
ico-export.h app, libgimp*, plug-ins: int32 array arguments don't need a size argument anymore. 2024-10-25 23:28:42 +02:00
ico-load.c plug-ins: Add overflow checks for ICO loading 2026-01-12 12:17:00 +00:00
ico-load.h plug-ins: Show dimensions, BPP in ICO layer names 2023-06-18 05:11:44 +00:00
ico.c plug-ins: fix memory cleanup. 2025-10-31 00:32:04 +01:00
ico.h plug-ins: Add .ani file import/export 2022-08-08 18:31:45 +00:00
meson.build plug-ins: Do not call in-build-gimp.py before building plugins 2026-01-04 09:39:02 -03:00