summaryrefslogtreecommitdiff
path: root/libtiff/tif_packbits.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_packbits.c: fix out-of-buffer read in PackBitsDecode()Even Rouault2017-05-141-1/+7
* * libtiff/tif_luv.c, tif_lzw.c, tif_packbits.c: return 0 in EncodeEven Rouault2017-01-111-3/+3
* * libtiff/*.c: fix warnings raised by clang 3.9 -WcommaEven Rouault2016-09-041-4/+8
* * libtiff/*.c: fix MSVC warnings related to cast shortening andEven Rouault2015-11-221-2/+3
* Removed a TODO warning for the non-literal case as I think the "cc"Frank Warmerdam2012-06-201-2/+2
* avoid read past end of source data buffer with corrupt dataFrank Warmerdam2012-06-201-2/+8
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* changed some more incorrect %lud printf flags to %luJoris Van Damme2007-10-011-4/+4
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesJoris Van Damme2007-06-261-5/+5
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-101-73/+67
* 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-18/+18
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-281-2/+2
* Properly cast values to avoid warnings. As per bugAndrey Kiselev2006-02-071-2/+2
* *** empty log message ***Joris Van Damme2005-12-231-3/+3
* *** empty log message ***Joris Van Damme2005-12-211-2/+2
* Added checks for failed memory allocations andinteger overflowsAndrey Kiselev2004-10-021-2/+3
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-15/+18
* Get rid of ugly 64-bit hacks, replace them with the clever (autoconf based )Andrey Kiselev2004-06-061-17/+6
* avoid casting warnings at /W4Frank Warmerdam2003-07-081-11/+11
* Fixed compilation on 64-bit architectures as per bugAndrey Kiselev2003-06-301-20/+29
* fixed memory overrun in packbits decodeFrank Warmerdam2001-09-061-1/+2
* Removed printf().Frank Warmerdam2000-10-201-2/+1
* Modified PackBitsEncodeChunk() to ensure no more data than was providedFrank Warmerdam2000-10-201-19/+34
* Avoid overwriting end of output buffer in PackBitsDecode().Frank Warmerdam2000-10-171-3/+18
* Initial revisionMike Welles1999-07-271-0/+261