diff options
author | Frank Plowman <post@frankplowman.com> | 2024-01-29 23:22:00 +0000 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-01-29 20:29:57 -0300 |
commit | 85e031d5bfa83c25e4b644e3453fe8073d959a4c (patch) | |
tree | 9f541ecc3106218ea863fc1a92b782dadea7109b /libavformat/avc.c | |
parent | 887a7817b6671cd5dce9ba9bf97b88afdbbe7137 (diff) | |
download | ffmpeg-85e031d5bfa83c25e4b644e3453fe8073d959a4c.tar.gz |
lavc/vvc: Increase IntraEdgeParams buffer size
The reference line buffers are used with indices in the range
-MAX_TB_SIZE - 3 to refw + FFMAX(1, w/h) * ref_idx + 1, which is
at most 5*MAX_TB_SIZE + 1.
Fixes buffer overflows.
http://fate.ffmpeg.org/report.cgi?slot=armv7-linux-gcc-9&time=20240124051736
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/avc.c')
0 files changed, 0 insertions, 0 deletions