Pascal Massimino
bb2336170b
fix potential overflow when width * height * 4 >= (1<<32)
...
Mostly: avoid doing calculation like: ptr + j * stride
when stride is 'int'. Rather use size_t, or pointer increments (ptr += stride)
when possible.
BUG=webp:314
Change-Id: I81c684b515dd1ec4f601f32d50a6e821c4e46e20
(cherry picked from commit e2affacc35f1df6cc3b1a9fa0ceff5ce2d0cce83)
2016-11-02 23:09:49 -07:00
..
2016-06-01 05:39:55 +00:00
2016-04-06 17:25:19 -07:00
2016-02-23 11:13:38 -08:00
2015-11-09 18:12:06 -08:00
2016-06-24 19:29:43 -07:00
2016-06-23 16:06:09 -07:00
2016-05-26 05:49:16 +00:00
2016-05-26 05:49:16 +00:00
2016-11-02 23:09:49 -07:00
2016-11-02 23:09:49 -07:00
2015-04-17 12:43:17 -07:00
2016-06-01 22:51:41 +00:00
2016-06-01 22:51:41 +00:00
2016-06-01 22:51:41 +00:00
2016-06-01 22:51:41 +00:00
2016-06-01 05:39:55 +00:00
2013-06-06 23:09:14 -07:00
2013-12-16 20:16:02 -08:00
2016-06-22 23:09:30 -07:00
2015-12-08 12:45:41 +01:00
2014-10-22 17:25:41 +02:00
2010-11-17 20:09:47 -08:00
2012-07-19 17:34:04 -07:00
2015-12-08 12:45:41 +01:00
2015-12-08 12:45:41 +01:00
2016-06-24 19:29:43 -07:00
2016-05-26 05:49:16 +00:00
2015-12-08 12:45:41 +01:00
2015-09-26 05:36:40 +00:00
2015-12-08 19:04:22 -08:00
2015-10-27 22:54:11 +01:00