libwebp/src/dec
Pascal Massimino 8870ba7f06 Fix skia bug #10952
The offset *can* be negative, but the sanitizer reports strange
address behaviour when row_offset is unsigned size_t.

For safety, use int64_t instead (probably overkill. int32_t is probably ok).

Change-Id: I1bd424bfdb5447b3839f40679581d6bdea075320
2020-11-18 14:59:34 +01:00
..
alpha_dec.c WIP: list includes as descendants of the project dir 2017-10-10 23:04:05 -07:00
alphai_dec.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
buffer_dec.c fix invalid check for buffer size 2018-05-25 13:25:39 +02:00
common_dec.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
frame_dec.c fix UBSAN warning 2019-12-13 13:26:16 +00:00
idec_dec.c idec_dec: fix 0 offset of NULL pointer 2019-12-14 17:14:30 -08:00
io_dec.c Fix skia bug #10952 2020-11-18 14:59:34 +01:00
Makefile.am remove WEBP_EXPERIMENTAL_FEATURES 2018-02-09 10:25:11 -08:00
quant_dec.c BitTrace: if BITTRACE is > 0, record and print syntax bits used 2019-03-15 07:23:50 +01:00
tree_dec.c BitTrace: if BITTRACE is > 0, record and print syntax bits used 2019-03-15 07:23:50 +01:00
vp8_dec.c use WEBP_DSP_INIT_FUNC for Init{GammaTables*,GetCoeffs} 2020-09-11 11:57:51 -07:00
vp8_dec.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00
vp8i_dec.h bump version to 1.1.0 2019-12-18 00:06:50 -08:00
vp8l_dec.c remove some unreachable break statements 2020-10-26 18:45:24 -07:00
vp8li_dec.h cosmetics: normalize '*' association 2019-07-26 01:04:09 -07:00
webp_dec.c WebPParseHeaders: remove obsolete animation TODO 2017-11-16 20:18:21 -08:00
webpi_dec.h cosmetics: normalize include guard comment 2018-08-22 14:46:53 -07:00