Decoder: Padded gau1_ih264d_top_left_mb_part_indx_mod to avoid an out of bound read am: b88f59d835 am: bb4b279eb1 am: 5508b75095
am: 3863ea3522
Change-Id: I2acdc5b75c1ce175e997ec015647779a732ab67b
This commit is contained in:
commit
d54ff99a52
1 changed files with 2 additions and 1 deletions
|
|
@ -855,7 +855,8 @@ const UWORD8 gau1_ih264d_top_left_mb_part_indx_mod[] =
|
|||
{ 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 */
|
||||
};
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue