summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #65148 (imagerotate may alter image dimensions)Christoph M. Becker2017-10-243-22/+244
* Fix memory leakAnatol Belski2017-10-231-1/+4
* Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?)Christoph M. Becker2017-09-021-2/+2
* Fixed bug #75124 (gdImageGrayScale() may produce colors)Christoph M. Becker2017-08-273-0/+38
* Shrink test imageChristoph M. Becker2017-07-301-0/+0
* Skip this test if ext/gd is not availableChristoph M. Becker2017-07-301-0/+4
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-07-043-0/+30
|\
| * Fix #74435: Buffer over-read into uninitialized memoryChristoph M. Becker2017-07-043-0/+30
* | Fixed condition checkXinchen Hui2017-04-101-1/+1
* | fix bug #74343 compile fails on solaris 11 with system libgdJoe Watkins2017-03-301-1/+1
* | Fix bug #74031Matěj Humpál2017-02-022-0/+12
* | Add regression test for bug #47946Christoph M. Becker2017-01-222-0/+51
* | Fix intermittent segfault in GD libraryMitch Hagstrand2017-01-221-2/+2
* | Fix #73968: Premature failing of XBM readingChristoph M. Becker2017-01-214-4/+21
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-01-176-2/+47
|\ \ | |/
| * Fix #73869: Signed Integer Overflow gd_io.cChristoph M. Becker2017-01-174-0/+23
| * Fix #73868: DOS vulnerability in gdImageCreateFromGd2Ctx()Christoph M. Becker2017-01-173-2/+24
* | Fix #73893: A hidden danger of death cycle in a function of gdChristoph M. Becker2017-01-102-217/+0
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-044-4/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-272-1/+39
|\ \ | |/
| * Fix #73549: Use after free when stream is passed to imagepngChristoph M. Becker2016-11-272-1/+39
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-11-251-0/+1
|\ \ | |/
| * Fix #73582: Failing ext/gd/tests/imagettftext_charmap_order.phptChristoph M. Becker2016-11-251-0/+1
| * Merge remote-tracking branch 'phpsec/PHP-5.6.28' into PHP-5.6Anatol Belski2016-11-085-49/+58
| |\
| | * Fix #72696: imagefilltoborder stackoverflow on truecolor imagesChristoph M. Becker2016-10-302-1/+15
| | * Fix #72482: Ilegal write/read access caused by gdImageAALine overflowChristoph M. Becker2016-10-304-48/+43
* | | remove TSRMLS_*Anatol Belski2016-11-211-3/+3
* | | Merge remote-tracking branch 'phpsec/PHP-7.0.13' into PHP-7.0Anatol Belski2016-11-085-49/+58
|\ \ \
| * | | Fix #72696: imagefilltoborder stackoverflow on truecolor imagesChristoph M. Becker2016-11-012-1/+15
| * | | Fix #72482: Ilegal write/read access caused by gdImageAALine overflowChristoph M. Becker2016-11-014-48/+43
* | | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-252-0/+19
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix #72494: imagecropauto out-of-bounds accessChristoph M. Becker2016-10-252-0/+19
| |/
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-131-1/+1
|\ \ | |/
| * Fix #73280: Stack Buffer Overflow in GD dynamicGetbufChristoph M. Becker2016-10-131-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-103-4/+46
|\ \ | |/
| * Fix #73279: Integer overflow in gdImageScaleBilinearPalette()Christoph M. Becker2016-10-103-4/+46
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-093-1/+28
|\ \ | |/
| * Fix #73272: imagescale() affects imagesetinterpolation()Christoph M. Becker2016-10-093-1/+28
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-303-17/+51
|\ \ | |/
| * Fix #73213: Integer overflow in imageline() with antialiasingChristoph M. Becker2016-09-303-17/+51
* | Add an include path for freetype which is relevant for cmake buildsAnatol Belski2016-09-251-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-252-2/+63
|\ \ | |/
| * Fix test_image_equals_file() wrt. palette imagesChristoph M. Becker2016-09-252-2/+63
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-243-5/+23
|\ \ | |/
| * Fix #73161: imagecreatefromgd2() may leak memoryChristoph M. Becker2016-09-243-5/+23
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-242-1/+22
|\ \ | |/
| * Fix #73159: imagegd2(): unrecognized formats may result in corrupted filesChristoph M. Becker2016-09-242-1/+22
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-242-2/+30
|\ \ | |/
| * Fix #73155: imagegd2() writes wrong chunk sizes on boundariesChristoph M. Becker2016-09-242-2/+30
| * Fix #73157 (again): imagegd2() ignores 3rd param if 4 are givenChristoph M. Becker2016-09-242-4/+26