mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14: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:
|
||
|---|---|---|
| .. | ||
| jpeg | ||
| mdp | ||
| mdp3 | ||
| vcodec | ||
| vpu | ||
| Kconfig | ||
| Makefile | ||