aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/cmdutils.c
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2024-10-01 02:57:11 +0200
committerMarvin Scholz <epirat07@gmail.com>2024-10-04 14:27:20 +0200
commit5beeb3a1f97d8f6d4076fe83aaf5e2e5871f945e (patch)
tree6eb2427b18f520c5b16b1b428eb7f1ea1b9c82f3 /fftools/cmdutils.c
parentac092c6707d8fc9adee1f20c45ff384280fafe3a (diff)
downloadffmpeg-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 'fftools/cmdutils.c')
0 files changed, 0 insertions, 0 deletions