summaryrefslogtreecommitdiff
path: root/libtiff/tif_next.c
Commit message (Expand)AuthorAgeFilesLines
* Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-138/+154
* Remove vim/emacs formatting footersEven Rouault2022-12-081-9/+0
* Add reentrant error functionsLaramie Leavitt2022-11-081-4/+4
* libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-281-5/+5
* Use standard C99 integer typesRoger Leigh2021-01-211-7/+7
* 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-3/+5
* Fix MSVC breakage in previous commitEven Rouault2015-12-271-2/+2
* * libtiff/tif_next.c: fix potential out-of-bound write in NeXTDecode()Even Rouault2015-12-271-3/+9
* * libtiff/tif_next.c: add new tests to check that we don't read outside ofEven Rouault2014-12-291-2/+4
* * libtiff/tif_next.c: check that BitsPerSample = 2. FixesEven Rouault2014-12-211-1/+18
* Fix various crasher bugs on fuzzed images.Even Rouault2014-12-211-1/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Fix 64-bit warnings when compiling under MSVC 2005 (x64).Frank Warmerdam2008-01-011-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-101-15/+21
* 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
* Avoid warnings.Andrey Kiselev2006-10-121-12/+11
* Fixed multiple vulnerabilities, as per Gentoo bug ():Andrey Kiselev2006-09-281-7/+11
* *** empty log message ***Joris Van Damme2005-12-211-2/+2
* avoid use of u_long and u_char types. Bug 653Frank Warmerdam2004-11-031-5/+5
* Several buffer overruns fixed, as noted by Chris Evans.Andrey Kiselev2004-09-191-2/+4
* avoid casting warnings at /W4Frank Warmerdam2003-07-081-2/+2
* avoid warningsFrank Warmerdam1999-11-271-2/+2
* Initial revisionMike Welles1999-07-271-0/+142