mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Fix out of bounds write
This commit is contained in:
committed by
Alexander Alekhin
parent
7997e7aee9
commit
0202e52747
@@ -367,6 +367,9 @@ decode_rle4_bad: ;
|
||||
gray_palette[code] );
|
||||
|
||||
line_end_flag = y - prev_y;
|
||||
|
||||
if( y >= m_height )
|
||||
break;
|
||||
}
|
||||
else if( code > 2 ) // absolute mode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user