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:
|
||
|---|---|---|
| .. | ||
| vdec | ||
| Makefile | ||
| mtk_vcodec_dec_drv.c | ||
| mtk_vcodec_dec_drv.h | ||
| mtk_vcodec_dec_hw.c | ||
| mtk_vcodec_dec_hw.h | ||
| mtk_vcodec_dec_pm.c | ||
| mtk_vcodec_dec_pm.h | ||
| mtk_vcodec_dec_stateful.c | ||
| mtk_vcodec_dec_stateless.c | ||
| mtk_vcodec_dec.c | ||
| mtk_vcodec_dec.h | ||
| vdec_drv_base.h | ||
| vdec_drv_if.c | ||
| vdec_drv_if.h | ||
| vdec_ipi_msg.h | ||
| vdec_msg_queue.c | ||
| vdec_msg_queue.h | ||
| vdec_vpu_if.c | ||
| vdec_vpu_if.h | ||