Resolves #16051 As reported by mzfr, it is possible to crash the FITS plug-in if a large enough image is read in. This patch implements their suggestions of using g_try_malloc () over malloc () (and checking if it returns NULL), as well as verifying the width & height are within GIMP's image range. |
||
|---|---|---|
| .. | ||
| fits.c | ||
| meson.build | ||