| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix buffer underflow in gd_gif_in.c | Nikita Popov | 2019-06-19 | 1 | -1/+1 |
* | Fix libgd warnings | Nikita Popov | 2019-04-11 | 1 | -1/+1 |
* | Remove unused variables | Fabien Villepinte | 2019-03-17 | 1 | -3/+3 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-01-01 | 1 | -5/+5 |
|\ |
|
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2018-01-01 | 1 | -5/+5 |
| |\ |
|
| | * | Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtx | Christoph M. Becker | 2018-01-01 | 1 | -5/+5 |
* | | | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2017-07-04 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2017-07-04 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | Fix #74435: Buffer over-read into uninitialized memory | Christoph M. Becker | 2017-07-04 | 1 | -0/+3 |
* | | | Unify error handling of bundled and external libgd | Christoph M. Becker | 2016-10-07 | 1 | -1/+2 |
|/ / |
|
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -4/+4 |
|/ |
|
* | Better fix for #68601 for perf | Remi Collet | 2014-12-17 | 1 | -6/+6 |
* | Fix bug #68601 buffer read overflow in gd_gif_in.c | Remi Collet | 2014-12-13 | 1 | -2/+9 |
* | - #41630, fix segfault when an invalid color index is present in the image | Pierre Joye | 2007-06-07 | 1 | -1/+4 |
* | - do not try to use the global color map when none was found (Nuno, Pierre) | Pierre Joye | 2007-04-04 | 1 | -3/+10 |
* | - Sync with gd 2.0.35 (bug #52, #60 and #66) | Pierre Joye | 2007-04-04 | 1 | -61/+84 |
* | fix thread unsafety in the gif reader code (merge from libgd cvs) | Nuno Lopes | 2007-03-08 | 1 | -99/+109 |
* | fix access to non initialized memory (check valgrind reports on http://gcov.p... | Nuno Lopes | 2007-03-02 | 1 | -3/+1 |
* | strncpy() -> strlcpy() | Ilia Alshanetsky | 2007-02-24 | 1 | -2/+1 |
* | - #38112, add test and use MAX_LWZ_BITS instead of the value | Pierre Joye | 2006-07-17 | 1 | -1/+1 |
* | - #38112, corrupt GIF segfaults, test will follow | Pierre Joye | 2006-07-16 | 1 | -6/+20 |
* | - more CS | Pierre Joye | 2006-05-08 | 1 | -15/+23 |
* | - MFH: #37360, bad gif size | Pierre Joye | 2006-05-08 | 1 | -3/+3 |
* | - CS (spaces > tabs) | Pierre Joye | 2006-05-08 | 1 | -426/+417 |
* | - #37346, invalid colormap format | Pierre Joye | 2006-05-07 | 1 | -7/+12 |
* | - MFH #33220, infinite loop while loading invalid GIF (nlopees) | Pierre Joye | 2005-09-24 | 1 | -3/+3 |
* | MFH | foobar | 2005-08-18 | 1 | -2/+2 |
* | CS fixes. | Ilia Alshanetsky | 2003-12-28 | 1 | -14/+14 |
* | Last set of integer overflow checks. | Ilia Alshanetsky | 2003-06-03 | 1 | -1/+1 |
* | No more (f)printf for errors and warnings instead use php_error_docref. | Marcus Boerger | 2002-12-01 | 1 | -15/+22 |
* | Update bundled gd library with relevant changes from gd-2.0.4 | Rasmus Lerdorf | 2002-10-29 | 1 | -2/+2 |
* | As discussed a while ago, decoding GIF images is not considered a Unisys | Rasmus Lerdorf | 2002-10-06 | 1 | -0/+573 |