diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-06-14 03:35:41 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-06-15 16:54:06 +0200 |
commit | 6de6ce7bc80e874099895b6c73977bc2efb06a4d (patch) | |
tree | 8f0d2889359c6da49b88f6fa738a2c2f7b3c2470 /Makefile | |
parent | c784fe8b867e42a1c8d2c48d7046e3e0cce7ec31 (diff) | |
download | ffmpeg-6de6ce7bc80e874099895b6c73977bc2efb06a4d.tar.gz |
avformat/matroskaenc: Don't use NULL for %s format string
The argument pertaining to a printf %s conversion specifier must not
be NULL, even if the precision (i.e. the number of characters to write)
is zero. If it is NULL, it is undefined behaviour.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions