1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-16 08:38:24 +02:00
Files
FFmpeg/libavcodec
James Zern e91f860ea7 vp9/update_prob: prevent out of bounds table read
the max value of the lookup in expanded form is:
(((1 << 7) - 1) << 1) - 65 + 1 + 64 = 254

add one entry of padding to inv_map_table[] to prevent out of bounds
access with non-conforming / fuzzed bitstreams

Signed-off-by: James Zern <jzern@google.com>
Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-30 13:24:19 +02:00
..
2015-06-14 15:09:33 +02:00
2015-06-24 14:45:16 +01:00
2015-06-19 13:57:36 +02:00
2015-06-28 14:51:07 +02:00
2015-06-26 01:00:17 +02:00
2015-06-24 15:09:31 -07:00
2015-06-17 20:11:43 +02:00
2015-06-26 22:18:24 +02:00
2015-06-26 23:35:26 +02:00