summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Expand)AuthorAgeFilesLines
* Fix #77269: Potential unsigned underflow in gdImageScaleChristoph M. Becker2019-01-062-9/+30
* Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtxChristoph M. Becker2018-01-013-5/+20
* Fix #74435: Buffer over-read into uninitialized memoryChristoph M. Becker2017-07-043-0/+30
* 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 #73549: Use after free when stream is passed to imagepngChristoph M. Becker2016-11-272-1/+39
* 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
* | Fix #72494: imagecropauto out-of-bounds accessChristoph M. Becker2016-10-252-0/+19
|/
* Fix #73280: Stack Buffer Overflow in GD dynamicGetbufChristoph M. Becker2016-10-131-1/+1
* Fix #73279: Integer overflow in gdImageScaleBilinearPalette()Christoph M. Becker2016-10-103-4/+46
* Fix #73272: imagescale() affects imagesetinterpolation()Christoph M. Becker2016-10-093-1/+28
* Fix #73213: Integer overflow in imageline() with antialiasingChristoph M. Becker2016-09-303-17/+51
* Fix test_image_equals_file() wrt. palette imagesChristoph M. Becker2016-09-252-2/+63
* Fix #73161: imagecreatefromgd2() may leak memoryChristoph M. Becker2016-09-243-5/+23
* Fix #73159: imagegd2(): unrecognized formats may result in corrupted filesChristoph M. Becker2016-09-242-1/+22
* 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
* Rework FreeType related testsChristoph M. Becker2016-09-235-155/+104
* Merge branch 'pull-request/1845' into PHP-5.6Christoph M. Becker2016-09-206-77/+193
|\
| * fix left-shifted/misaligned bounding-box + wrong kerning in imagettfbbox/imag...Mark Plomer2016-04-036-83/+191
| * Dont ignore errors from FT_Get_GlyphPaul Tarjan2016-04-031-1/+9
* | Fix #73003: Integer Overflow in gdImageWebpCtx of gd_webp.cChristoph M. Becker2016-09-161-0/+9
* | Fix and reactivate regression test for bug #50194Christoph M. Becker2016-09-151-2/+10
* | Skip ext/gd/tests/bug50194.phpt for nowChristoph M. Becker2016-09-141-0/+1
* | Fix #50194: imagettftext broken on transparent background w/o alphablendingChristoph M. Becker2016-09-143-0/+31
* | Skip regression test for issue that has not yet been released in libgdChristoph M. Becker2016-09-121-0/+3
* | Skip test for external GD because of not yet published bugfixChristoph M. Becker2016-09-121-1/+4
* | Skip tests for unpatched external libgd regarding libvpxChristoph M. Becker2016-09-113-0/+9
* | Split test for bundled vs. external libgdChristoph M. Becker2016-09-112-0/+86
* | Make test case more resilientChristoph M. Becker2016-09-111-2/+11
* | A picture is worth a thousand message digestsChristoph M. Becker2016-09-1165-219/+172
* | Fix #67325: imagetruecolortopalette: white is duplicated in paletteChristoph M. Becker2016-09-033-1/+30
* | Fix proto commentChristoph M. Becker2016-09-031-3/+3
* | Fix #68716: possible resource leaks in _php_image_convert()Christoph M. Becker2016-08-211-2/+21
* | Fix #72913: imagecopy() loses single-color transparency on palette imagesChristoph M. Becker2016-08-212-20/+29
* | Fix #66005: imagecopy does not support 1bit transparency on truecolor imagesChristoph M. Becker2016-08-212-1/+38
* | Skip tests that are supposed to fail due to bugs in old external libgdChristoph M. Becker2016-08-1721-1/+69
* | Make tests a little more resilientChristoph M. Becker2016-08-1730-60/+60
* | fix testsStanislav Malyshev2016-08-162-3/+3
* | Fix bug #72730 - imagegammacorrect allows arbitrary write accessStanislav Malyshev2016-08-162-0/+20
* | Fix bug#72697 - select_colors write out-of-boundsStanislav Malyshev2016-08-162-8/+25
* | fix ts buildAnatol Belski2016-08-031-1/+1
* | Fix #72709: imagesetstyle() causes OOB read for empty $stylesChristoph M. Becker2016-08-022-1/+26
* | Fix broken test caseChristoph M. Becker2016-07-251-1/+1
* | Fix broken test caseChristoph M. Becker2016-07-251-11/+13
* | Fix #68712: suspicious if-else statementsChristoph M. Becker2016-07-231-28/+8
* | Fix copy&paste errors in gd_interpolation.cChristoph M. Becker2016-07-231-4/+4