summaryrefslogtreecommitdiff
path: root/ext/gd/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #74031Matěj Humpál2017-02-021-0/+10
* Add regression test for bug #47946Christoph M. Becker2017-01-222-0/+51
* Fix #73968: Premature failing of XBM readingChristoph M. Becker2017-01-213-3/+20
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2017-01-175-0/+37
|\
| * Fix #73869: Signed Integer Overflow gd_io.cChristoph M. Becker2017-01-173-0/+19
| * Fix #73868: DOS vulnerability in gdImageCreateFromGd2Ctx()Christoph M. Becker2017-01-172-0/+18
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-11-271-0/+22
|\ \ | |/
| * Fix #73549: Use after free when stream is passed to imagepngChristoph M. Becker2016-11-271-0/+22
* | 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-084-0/+54
| |\
| | * Fix #72696: imagefilltoborder stackoverflow on truecolor imagesChristoph M. Becker2016-10-301-0/+14
| | * Fix #72482: Ilegal write/read access caused by gdImageAALine overflowChristoph M. Becker2016-10-303-0/+40
* | | Merge remote-tracking branch 'phpsec/PHP-7.0.13' into PHP-7.0Anatol Belski2016-11-084-0/+54
|\ \ \
| * | | Fix #72696: imagefilltoborder stackoverflow on truecolor imagesChristoph M. Becker2016-11-011-0/+14
| * | | Fix #72482: Ilegal write/read access caused by gdImageAALine overflowChristoph M. Becker2016-11-013-0/+40
* | | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-251-0/+15
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix #72494: imagecropauto out-of-bounds accessChristoph M. Becker2016-10-251-0/+15
| |/
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-102-0/+42
|\ \ | |/
| * Fix #73279: Integer overflow in gdImageScaleBilinearPalette()Christoph M. Becker2016-10-102-0/+42
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-092-0/+24
|\ \ | |/
| * Fix #73272: imagescale() affects imagesetinterpolation()Christoph M. Becker2016-10-092-0/+24
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-302-0/+22
|\ \ | |/
| * Fix #73213: Integer overflow in imageline() with antialiasingChristoph M. Becker2016-09-302-0/+22
* | 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-242-0/+18
|\ \ | |/
| * Fix #73161: imagecreatefromgd2() may leak memoryChristoph M. Becker2016-09-242-0/+18
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-241-0/+21
|\ \ | |/
| * Fix #73159: imagegd2(): unrecognized formats may result in corrupted filesChristoph M. Becker2016-09-241-0/+21
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-241-0/+28
|\ \ | |/
| * Fix #73155: imagegd2() writes wrong chunk sizes on boundariesChristoph M. Becker2016-09-241-0/+28
| * Fix #73157 (again): imagegd2() ignores 3rd param if 4 are givenChristoph M. Becker2016-09-241-0/+22
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-231-0/+22
|\ \
| * | Fix #73157: imagegd2() ignores 3rd param if 4 are givenChristoph M. Becker2016-09-231-0/+22
| |/
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-235-159/+104
|\ \ | |/
| * Rework FreeType related testsChristoph M. Becker2016-09-235-155/+104
* | Skip failing FreeType tests for nowChristoph M. Becker2016-09-202-0/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-204-21/+124
|\ \ | |/
| * Merge branch 'pull-request/1845' into PHP-5.6Christoph M. Becker2016-09-204-21/+124
| |\
| | * fix left-shifted/misaligned bounding-box + wrong kerning in imagettfbbox/imag...Mark Plomer2016-04-034-21/+124
* | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-151-2/+10
|\ \ \ | |/ /
| * | Fix and reactivate regression test for bug #50194Christoph M. Becker2016-09-151-2/+10
* | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-141-0/+1
|\ \ \ | |/ /
| * | Skip ext/gd/tests/bug50194.phpt for nowChristoph M. Becker2016-09-141-0/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-142-0/+29
|\ \ \ | |/ /
| * | Fix #50194: imagettftext broken on transparent background w/o alphablendingChristoph M. Becker2016-09-142-0/+29
* | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-121-0/+3
|\ \ \ | |/ /
| * | Skip regression test for issue that has not yet been released in libgdChristoph M. Becker2016-09-121-0/+3
* | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-121-1/+4
|\ \ \ | |/ /