summaryrefslogtreecommitdiff
path: root/libtiff/tif_thunder.c
Commit message (Expand)AuthorAgeFilesLines
* tif_thunder: avoid unsigned integer overflow (not a bug). Fixes https://bugs....Even Rouault2019-08-231-5/+5
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/*.c: fix warnings raised by clang 3.9 -WcommaEven Rouault2016-09-041-2/+3
* * configure.ac: Support configuring TIFF_INT64_FORMAT andBob Friesenhahn2011-04-021-2/+2
* Correct potential buffer overflow with thunder encoded files with wrongFrank Warmerdam2011-03-211-7/+31
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Use "%I64d" printf() formatter instead of "%lld" with MSVC compiler.Andrey Kiselev2007-07-191-5/+15
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-101-19/+27
* 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-8/+8
* *** empty log message ***Joris Van Damme2005-12-211-2/+2
* Several buffer overruns fixed, as noted by Chris Evans.Andrey Kiselev2004-09-191-3/+5
* Get rid of BSD data types (u_char, u_short, u_int, u_long).Andrey Kiselev2004-09-141-4/+6
* avoid casting warnings at /W4Frank Warmerdam2003-07-081-3/+3
* Initial revisionMike Welles1999-07-271-0/+154