gimp/plug-ins/file-jpeg
Mukund Sivaraman b072e75833 file-jpeg: Make cinfo struct static so asynchronous saves don't crash
The plug-in already makes a copy of the cinfo struct for asynchronous
save, but it seems that somewhere inside cinfo, a pointer points to
another region in this struct. So, everything is copied as-is, and
the pointer ends up pointing to somewhere in the save_image() stack
which is gone when that function returns.
2010-10-23 17:23:22 +05:30
..
.gitignore Adding Microsoft Windows executables to the .gitignore files 2009-06-19 00:14:17 +02:00
Makefile.am Bug 574018 - Add a manifest to executables 2010-09-01 08:24:45 +02:00
gimpexif.c Merges the exif-data to the xmp-model. 2009-06-30 18:22:29 +10:00
gimpexif.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
jpeg-exif.c Remove deprecated glib symbol: g_mapped_free 2009-11-09 09:28:12 +01:00
jpeg-icc.c plug-ins/bmp/* plug-ins/faxg3/* plug-ins/fits/* plug-ins/fli/* 2008-08-11 10:06:13 +00:00
jpeg-icc.h plug-ins/bmp/* plug-ins/faxg3/* plug-ins/fits/* plug-ins/fli/* 2008-08-11 10:06:13 +00:00
jpeg-load.c plug-ins: port from gimp_image_add_foo() to gimp_image_insert_foo() 2010-09-06 11:40:46 +02:00
jpeg-load.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
jpeg-quality.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
jpeg-quality.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
jpeg-save.c file-jpeg: Make cinfo struct static so asynchronous saves don't crash 2010-10-23 17:23:22 +05:30
jpeg-save.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
jpeg-settings.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
jpeg-settings.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
jpeg.c Bug 569833 – file-jpeg-save erroneous with small quality values 2009-08-10 21:26:53 +02:00
jpeg.h fixed typo. 2009-03-10 23:13:55 +00:00
jpegqual.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00