Gimp/app/xcf
Nils Philippsen 2e6af22686 initialize length to appease cppcheck
The code was technically correct previously: It wrote the uninitialized
length only as a placeholder to overwrite it later on. Yet it's better
to not confuse tools (or people) analysing the code. Besides that having
0 for the length in the file while the payload is being written may aid
debugging e.g. crashes in that code later on.
2013-11-28 17:43:14 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
xcf-load.c Global EXIF -> Exif string change (official spelling) 2013-10-29 22:48:46 +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: port XCF loading/saving to GIO 2013-10-08 21:22:14 +02:00
xcf-read.c app: port XCF loading/saving to GIO 2013-10-08 21:22:14 +02:00
xcf-read.h app: port XCF loading/saving to GIO 2013-10-08 21:22:14 +02:00
xcf-save.c initialize length to appease cppcheck 2013-11-28 17:43:14 +01:00
xcf-save.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
xcf-seek.c app: port XCF loading/saving to GIO 2013-10-08 21:22:14 +02:00
xcf-seek.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
xcf-write.c app: port XCF loading/saving to GIO 2013-10-08 21:22:14 +02:00
xcf-write.h app: port XCF loading/saving to GIO 2013-10-08 21:22:14 +02:00
xcf.c app: should also register a loader for XCF version 6... 2013-10-28 19:44:01 +01:00
xcf.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00