]> granicus.if.org Git - php/commit
imagepolygon() and imagefilledpolygon() does not allow negative number of points...
authorTakeshi Abe <tabe@php.net>
Thu, 14 Jan 2010 11:11:56 +0000 (11:11 +0000)
committerTakeshi Abe <tabe@php.net>
Thu, 14 Jan 2010 11:11:56 +0000 (11:11 +0000)
commit0d237cea54e286fdc7d2b742f6efa96baea380ab
treead90a94f2159e6880a690e72ab9e5c8c8feed292
parent228539031321403db572db1204954dd6482cb95c
imagepolygon() and imagefilledpolygon() does not allow negative number of points causing invalid allocation
ext/gd/gd.c
ext/gd/libgd/gd.c
ext/gd/tests/imagefilledpolygon_negative.phpt [new file with mode: 0644]
ext/gd/tests/imagepolygon_negative.phpt [new file with mode: 0644]