summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd_gif_in.c
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer underflow in gd_gif_in.cNikita Popov2019-06-191-1/+1
* Fix libgd warningsNikita Popov2019-04-111-1/+1
* Remove unused variablesFabien Villepinte2019-03-171-3/+3
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-01-011-5/+5
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-01-011-5/+5
| |\
| | * Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtxChristoph M. Becker2018-01-011-5/+5
* | | Merge branch 'PHP-7.1'Stanislav Malyshev2017-07-041-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-041-0/+3
| |\ \ | | |/
| | * Fix #74435: Buffer over-read into uninitialized memoryChristoph M. Becker2017-07-041-0/+3
* | | Unify error handling of bundled and external libgdChristoph M. Becker2016-10-071-1/+2
|/ /
* | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
|/
* Better fix for #68601 for perfRemi Collet2014-12-171-6/+6
* Fix bug #68601 buffer read overflow in gd_gif_in.cRemi Collet2014-12-131-2/+9
* - #41630, fix segfault when an invalid color index is present in the imagePierre Joye2007-06-071-1/+4
* - do not try to use the global color map when none was found (Nuno, Pierre)Pierre Joye2007-04-041-3/+10
* - Sync with gd 2.0.35 (bug #52, #60 and #66)Pierre Joye2007-04-041-61/+84
* fix thread unsafety in the gif reader code (merge from libgd cvs)Nuno Lopes2007-03-081-99/+109
* fix access to non initialized memory (check valgrind reports on http://gcov.p...Nuno Lopes2007-03-021-3/+1
* strncpy() -> strlcpy()Ilia Alshanetsky2007-02-241-2/+1
* - #38112, add test and use MAX_LWZ_BITS instead of the valuePierre Joye2006-07-171-1/+1
* - #38112, corrupt GIF segfaults, test will followPierre Joye2006-07-161-6/+20
* - more CSPierre Joye2006-05-081-15/+23
* - MFH: #37360, bad gif sizePierre Joye2006-05-081-3/+3
* - CS (spaces > tabs)Pierre Joye2006-05-081-426/+417
* - #37346, invalid colormap formatPierre Joye2006-05-071-7/+12
* - MFH #33220, infinite loop while loading invalid GIF (nlopees)Pierre Joye2005-09-241-3/+3
* MFHfoobar2005-08-181-2/+2
* CS fixes.Ilia Alshanetsky2003-12-281-14/+14
* Last set of integer overflow checks.Ilia Alshanetsky2003-06-031-1/+1
* No more (f)printf for errors and warnings instead use php_error_docref.Marcus Boerger2002-12-011-15/+22
* Update bundled gd library with relevant changes from gd-2.0.4Rasmus Lerdorf2002-10-291-2/+2
* As discussed a while ago, decoding GIF images is not considered a UnisysRasmus Lerdorf2002-10-061-0/+573