Gimp/app/xcf
Jacob Boerema a842869247 app: check for invalid offsets when loading XCF files
More safety checks for detecting broken xcf files, also based on examining
issue #8230.

After reading an offset where layer, channel, etc. data is stored, we
add a check to make sure that offset is not before where we read the
offset value. Because the data is always written after the offset that
points to it.
2022-06-05 18:52:15 -04:00
..
.gitignore
Makefile.am
meson.build Meson port. 2019-09-11 16:42:04 +02:00
xcf-load.c app: check for invalid offsets when loading XCF files 2022-06-05 18:52:15 -04:00
xcf-load.h
xcf-private.h Issue #7864: store and load "lock visibility" flag on items. 2022-02-15 22:08:23 +01:00
xcf-read.c
xcf-read.h
xcf-save.c Get rid of image->n_colors and image->colormap 2022-03-12 08:57:26 +00:00
xcf-save.h
xcf-seek.c
xcf-seek.h
xcf-utils.c
xcf-utils.h
xcf-write.c
xcf-write.h
xcf.c app, devel-docs: bumping the XCF version to 17. 2022-02-15 22:08:23 +01:00
xcf.h