On Mon, Jun 30, 2025 at 08:36:09PM +0200, Kacper Michajłow wrote:
> CLI option parser checks if argument exists when needed, but in this
> case only OPT_TYPE_BOOL where checked, so OPT_TYPE_FUNC without argument
> where trying to load a file from `arg` which is NULL in this case.
> 
> Fixes crash on `ffmpeg -/version`
> 
> Fixes: 6d17991b7e1bf1a5d104c8a6261709f7e6640d97
> Signed-off-by: Kacper Michajłow <kaspe...@gmail.com>
> ---
>  fftools/cmdutils.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

will apply

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Good people do not need laws to tell them to act responsibly, while bad
people will find a way around the laws. -- Plato

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to