1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/ext
Christoph M. Becker fc989fc6e7 Fix #73279: Integer overflow in gdImageScaleBilinearPalette()
The color components are supposed to be in range 0..255, so we must not
cast them to `signed char`, what can be the default for `char`.

Port of <https://github.com/libgd/libgd/commit/77c8d359>.
2016-10-10 11:41:39 +02:00
..
2016-04-27 13:16:57 +02:00
2016-08-29 21:03:03 +02:00
2016-08-30 13:44:34 +02:00
2016-03-17 17:06:56 +08:00
2016-09-12 21:04:23 -07:00
2016-09-12 21:04:23 -07:00
2016-09-08 14:07:57 +09: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-09-12 21:04:23 -07: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-09-22 12:46:19 +02:00
2016-09-13 15:28:28 +02:00
2016-10-08 01:04:22 +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
2014-10-01 09:26:46 +02:00