commit | 81a8c5d336300a2d0d5a218dede1b43c8292d86d | [log] [tgz] |
---|---|---|
author | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Fri Dec 18 09:58:28 2015 +0530 |
committer | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Fri Jun 17 03:54:34 2016 +0000 |
tree | 3ae184f29e68e3cda4e1d65f06fea5aa3a46fb87 | |
parent | dcb9ea5ceeefbf16f14cb3e531bd402bb9ee4259 [diff] |
Decoder: Padded gau1_ih264d_top_left_mb_part_indx_mod to avoid an out of bound read Change-Id: Ie8761de856ed8c7d08f3da61631c1bef446448e6
diff --git a/decoder/ih264d_tables.c b/decoder/ih264d_tables.c index d49de14..c45525a 100644 --- a/decoder/ih264d_tables.c +++ b/decoder/ih264d_tables.c
@@ -855,7 +855,8 @@ { 0, 0 /* Junk */, /* 16x16 */ 0, 8, /* 16x8 */ 0, 2, /* 8x16 */ - 0, 2, 8, 10 /* 8x8 */ + 0, 2, 8, 10 /* 8x8 */, + 0 /* One extra entry is read at the end of loop, but not used */ }; /*!