diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-06-14 03:35:41 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-07-03 14:13:48 +0200 |
commit | 7c50575dcf4ac5c4c030569fe396afb4c1aba587 (patch) | |
tree | 6ababeea31f340d475e0e6ad1a44f34521c9e7f0 /libavformat/avio.c | |
parent | a828461303cfae8f2f885b369e4a0522561ef059 (diff) | |
download | ffmpeg-7c50575dcf4ac5c4c030569fe396afb4c1aba587.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>
(cherry picked from commit 6de6ce7bc80e874099895b6c73977bc2efb06a4d)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/avio.c')
0 files changed, 0 insertions, 0 deletions