Skip to content
  • Seungha Yang's avatar
    h265parser: Fix possible invalid memory access · 2d71ad49
    Seungha Yang authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
    ... and do more strict validation for num_tile_columns_minus1 and
    num_tile_rows_minus1.
    
    As per specification Table A.8, allowed maximum number of tile rows
    and tile columns are 22 and 20, respectively. So we should adjust the size
    of each array.
    
    Part-of: <!1372>
    2d71ad49