1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00
Files
archived-php-src/ext
Christoph M. Becker 6499581af7 Fix #72482: Ilegal write/read access caused by gdImageAALine overflow
Instead of rolling our own bounds check we use clip_1d() as it's done
in gdImageLine() and in external libgd. We must not pass the image
width and height, respectively, but rather the largest ordinate value
that is allowed to be accessed, i.e. width-1 and height-1,
respectively.
2016-10-30 14:28:23 -07:00
..
2016-08-30 13:44:34 +02:00
2016-03-17 17:06:56 +08:00
2016-10-11 16:18:08 -07:00
2016-09-12 21:04:23 -07:00
2016-09-25 16:07:14 -07:00
2016-10-08 19:07:35 +02:00
2016-08-06 12:08:13 +02:00
2016-09-15 13:27:20 +02:00
2016-08-18 13:50:36 +10:00
2016-02-13 17:46:24 +01:00
2016-09-12 21:04:23 -07:00
2016-07-30 18:34:34 +02:00
2016-01-15 08:43:00 +01:00
2016-09-12 21:04:23 -07:00
2016-10-10 15:59:52 +02:00
2016-09-12 21:04:23 -07:00
2016-03-14 15:53:02 +01:00
2016-09-12 21:04:23 -07:00