diff options
author | Marvin Scholz <epirat07@gmail.com> | 2024-10-01 02:57:11 +0200 |
---|---|---|
committer | Marvin Scholz <epirat07@gmail.com> | 2024-10-04 14:27:20 +0200 |
commit | 5beeb3a1f97d8f6d4076fe83aaf5e2e5871f945e (patch) | |
tree | 6eb2427b18f520c5b16b1b428eb7f1ea1b9c82f3 /libavcodec/mediacodec_sw_buffer.c | |
parent | ac092c6707d8fc9adee1f20c45ff384280fafe3a (diff) | |
download | ffmpeg-5beeb3a1f97d8f6d4076fe83aaf5e2e5871f945e.tar.gz |
fftools: do not access out of bounds filtergraph
The log message was logged for `filtergraphs[j]` which would cause a
heap buffer overflow in certain circumstances.
Correctly it should be logged for the current filtergraph, so just
use `fg` here.
Diffstat (limited to 'libavcodec/mediacodec_sw_buffer.c')
0 files changed, 0 insertions, 0 deletions