summaryrefslogtreecommitdiff
path: root/libtiff/tif_pixarlog.c
Commit message (Expand)AuthorAgeFilesLines
* tif_pixarlog.c: remove dead code. CID 1400342Even Rouault2019-03-231-2/+0
* tif_pixarlog.c: avoid false positive Coverity Scan warnings about overflow. C...Even Rouault2019-03-231-0/+2
* Do not attempt to re-sync zip stream after reported data error from inflate().Bob Friesenhahn2018-12-081-2/+2
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_pixarlog.c: avoid excessive memory allocation on decodingEven Rouault2017-07-101-2/+7
* * libtiff/tif_pixarlog.c: PixarLogDecode(): resync tif_rawcp withEven Rouault2017-05-171-1/+8
* * libtiff/tif_pixarlog.c, tif_luv.c: avoid potential int32Even Rouault2017-05-131-13/+11
* * libtiff/tif_zip.c, tif_pixarlog.c, tif_predict.c: fix memoryEven Rouault2017-05-101-1/+7
* * libtiff/tif_pixarlog.c: fix memory leak in error code path ofEven Rouault2017-02-181-1/+7
* * libtiff/tif_pixarlog.c, libtiff/tif_luv.c: fix heap-based bufferEven Rouault2016-12-021-3/+16
* * tools/tiffcrop.c: fix various out-of-bounds write vulnerabilitiesEven Rouault2016-09-231-33/+24
* Fix signed vs unsigned comparisonEven Rouault2016-08-151-2/+2
* * libtiff/tif_pixarlog.c: Fix write buffer overflow in PixarLogEncodeEven Rouault2016-08-151-1/+8
* Fix warning about unsigned vs signed comparisonEven Rouault2016-06-281-2/+2
* * libtiff/tif_pixarlog.c: fix potential buffer write overrun inEven Rouault2016-06-281-1/+9
* * libtiff/tif_pixarlog.c: avoid zlib error messages to pass a NULLEven Rouault2015-12-271-12/+12
* * libtiff/*.c: fix typos in comments (patch by Kurt Schwehr)Even Rouault2015-11-221-5/+5
* * libtiff/*.c: fix MSVC warnings related to cast shortening andEven Rouault2015-11-221-36/+38
* * libtiff/*.c: fix clang -Wshorten-64-to-32 warningsEven Rouault2015-11-181-2/+2
* Detect integer overflow in addition when computing buffer size.Tom Lane2012-12-101-2/+18
* make tbuf large enough for one stride past the endFrank Warmerdam2012-06-211-2/+2
* Allocate working buffer one word larger since we "forward accumulate" and ove...Frank Warmerdam2012-05-241-2/+2
* avoid accessing out of the lookup arrays for out of range inputs.Frank Warmerdam2012-05-241-36/+36
* fix tif_rawcp/rawcc handling for zip, note it is missing for pixarlogFrank Warmerdam2011-01-061-2/+5
* * libtiff/tif_ojpeg.c, libtiff/tif_pixarlog.c,Lee Howard2010-12-111-3/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* * libtiff/tif_pixarlog.c (PixarLogEncode): Fix non-importantBob Friesenhahn2009-10-311-4/+5
* changed some more incorrect %lud printf flags to %luJoris Van Damme2007-10-011-3/+3
* Make all module name constants static.Andrey Kiselev2007-09-221-2/+2
* Rename TIFFMergeField() function into TIFFMergeFields().Andrey Kiselev2007-07-091-3/+3
* TIFFFIeldInfo structure replaced with TIFFField structure. TIFFFieldInfoAndrey Kiselev2007-07-081-4/+4
* BigTIFF upgrade: insertion of reserved member in TIFFFieldInfo structureJoris Van Damme2007-06-281-3/+3
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-1/+2
* BigTIFF upgrade: misc little things, indentation and some compiler warnings w...Joris Van Damme2007-06-261-3/+3
* BigTIFF upgrade: mostly TIFFFieldInfo related stuff, anticipating future tag ...Joris Van Damme2007-06-231-3/+3
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-301-1/+8
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-05-111-6/+6
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-191-4/+4
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-111-72/+115
* Finally fix bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1274 byAndrey Kiselev2007-04-071-4/+14
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-23/+23
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-281-3/+3
* Fixed multiple vulnerabilities, as per Gentoo bug ():Andrey Kiselev2006-09-281-3/+15
* Use _TIFFSetDefaultCompressionState() in all codec cleanup methods. As per bugAndrey Kiselev2006-03-161-1/+3
* Properly restore setfield/getfield methods in cleanup functions. As per bugAndrey Kiselev2006-03-071-1/+4
* Use TIFFPredictorCleanup() in codec cleanup methods. As per bugAndrey Kiselev2006-03-031-19/+22
* *** empty log message ***Joris Van Damme2005-12-211-16/+16
* Avoid warnings.Andrey Kiselev2005-11-231-2/+2
* Avoid warnings when converting float to integer as per bugAndrey Kiselev2005-01-151-16/+19