gimp/app/xcf
Hanno Boeck 702c4227e8 790783 - buffer overread in XCF parser if version field...
...has no null terminator

Check for the presence of '\0' before using atoi() on the version
string. Patch slightly modified (mitch).
2017-11-27 00:49:05 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am app: in xcf-load, avoid writing buffer data for empty tiles 2017-10-04 06:51:34 -04:00
xcf-load.c Bug 788768 - GIMP crashes loading a valid truncated xcf 2017-11-19 18:28:36 +01:00
xcf-load.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
xcf-private.h app: limit allowable tile data size in XCFs 2017-07-28 16:51:08 -04:00
xcf-read.c app: "bpc" is bytes not bits per pixel in the new XCF endian code 2017-09-16 22:34:44 +02:00
xcf-read.h app: add code to read/write XCF tile data as big-endian 2017-09-16 19:03:20 +02:00
xcf-save.c app: also fix the calls to xcf_read,write-component() 2017-10-01 17:43:10 +02:00
xcf-save.h app: move the XCF version logic to gimpimage.[ch] 2014-09-27 20:38:43 +02:00
xcf-seek.c Bug 731390 - XCF files have a max size of 4G 2017-03-23 11:44:41 +01:00
xcf-seek.h Bug 731390 - XCF files have a max size of 4G 2017-03-23 11:44:41 +01:00
xcf-utils.c app: in xcf-load, avoid writing buffer data for empty tiles 2017-10-04 06:51:34 -04:00
xcf-utils.h app: in xcf-load, avoid writing buffer data for empty tiles 2017-10-04 06:51:34 -04:00
xcf-write.c app: "bpc" is bytes not bits per pixel in the new XCF endian code 2017-09-16 22:34:44 +02:00
xcf-write.h app: add code to read/write XCF tile data as big-endian 2017-09-16 19:03:20 +02:00
xcf.c 790783 - buffer overread in XCF parser if version field... 2017-11-27 00:49:05 +01:00
xcf.h app: factor out xcf_load_stream() and xcf_save_stream() 2016-09-18 20:19:42 +02:00