mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +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:
|
||
|---|---|---|
| .. | ||
| common | ||
| decoder | ||
| encoder | ||
| Kconfig | ||
| Makefile | ||