mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 02:23:23 +08:00
Merge pull request #9726 from blendin:fix_oob
This commit is contained in:
commit
a729f985fd
@ -375,6 +375,9 @@ decode_rle4_bad: ;
|
|||||||
gray_palette[code] );
|
gray_palette[code] );
|
||||||
|
|
||||||
line_end_flag = y - prev_y;
|
line_end_flag = y - prev_y;
|
||||||
|
|
||||||
|
if( y >= m_height )
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else if( code > 2 ) // absolute mode
|
else if( code > 2 ) // absolute mode
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user