mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 09:41:03 +02:00
vdec_av1_slice_setup_tile() copies tile_cols + 1 / tile_rows + 1 entries
into mi_col_starts[] / mi_row_starts[] from the bitstream tile_info. Bound
the copy to the array capacity.
Fixes:
|
||
|---|---|---|
| .. | ||
| vdec_av1_req_lat_if.c | ||
| vdec_h264_if.c | ||
| vdec_h264_req_common.c | ||
| vdec_h264_req_common.h | ||
| vdec_h264_req_if.c | ||
| vdec_h264_req_multi_if.c | ||
| vdec_hevc_req_multi_if.c | ||
| vdec_vp8_if.c | ||
| vdec_vp8_req_if.c | ||
| vdec_vp9_if.c | ||
| vdec_vp9_req_lat_if.c | ||