gimp/plug-ins
Jacob Boerema 981979bb39 plug-ins: improve security in flame plug-in
- Use g_malloc* functions instead of malloc, so we don't continue on
failed allocations unless we test for NULL.
- Make sure we don't iterate past the known number of control points (ncps).
- Safely allocate, initialize and free points. Since points seems to be
used uninitialized, we use g_malloc0 to set everything to 0.
2022-11-08 16:57:04 -05:00
..
common plug-ins: fix the new unit editor (!655). 2022-10-11 22:11:16 +00:00
file-bmp meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
file-dds meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
file-exr meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
file-faxg3 meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
file-fits meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
file-fli meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
file-icns plug-ins: fix a crash for closing a FILE twice. 2022-10-26 00:23:18 +02:00
file-ico plug-ins: Fix odd length for .ani metadata 2022-10-05 19:01:14 +00:00
file-jpeg meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
file-psd plug-ins: Export PSD with paths 2022-10-02 14:44:46 +00:00
file-raw meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
file-sgi meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
file-tiff plug-ins: fix #8127 Option to load reduced TIFFs 2022-10-26 20:34:30 +00:00
file-webp meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
flame plug-ins: improve security in flame plug-in 2022-11-08 16:57:04 -05:00
fractal-explorer meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
gfig meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
gimpressionist meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
gradient-flare meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
help meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
help-browser meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
ifs-compose meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
imagemap meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
lighting meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
map-object meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
metadata meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
pagecurl meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
print meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
python Issue #8734: Python-fu misses sys.stdout.flush. 2022-10-12 23:40:04 +02:00
screenshot plug-ins: label and documentation of plug-ins localized plug-in side. 2022-07-05 12:23:51 +02:00
script-fu Issue #8744: refactor overdependence on gimpui.h 2022-10-15 15:17:08 +00:00
selection-to-path meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
twain meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
ui plug-ins: add translation context for tag values 2022-02-02 17:29:48 +00:00
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am plug-ins: Add support for loading .icns files 2022-10-16 02:20:51 +00:00
meson.build plug-ins: Add support for loading .icns files 2022-10-16 02:20:51 +00:00