aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/avcodec.c
diff options
context:
space:
mode:
authorOliver Chang <ochang@google.com>2025-08-14 22:11:41 -0700
committerLynne <dev@lynne.ee>2025-08-15 15:06:58 +0000
commitc9e93df4eed93fe0044c52d953688c4180de1d48 (patch)
tree1cce7fa40f399352ae8282fce8629a52fe6844d0 /doc/examples/avcodec.c
parentac5303a5b9cdc17e4ebddfdc3203a4c325d42c52 (diff)
downloadffmpeg-c9e93df4eed93fe0044c52d953688c4180de1d48.tar.gz
avcodec/prores_raw: Fix heap buffer overflow
When dimensions differ from context, those were updated using ff_set_dimensions, however this overwrote the aligned coded_width and coded_height that were set before, leading to a buffer overflow when writing the frame data. Fixes: OssFuzz 438771336 Fixes: Heap-buffer-overflow Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Marvin Scholz <epirat07@gmail.com> Reviewed-by: Marvin Scholz <epirat07@gmail.com>
Diffstat (limited to 'doc/examples/avcodec.c')
0 files changed, 0 insertions, 0 deletions