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 00:02:14 +0200 |
commit | 961f21ffbadbe9a55f5c4c11946832ec19625ffd (patch) | |
tree | 999b27759643be81bb7f9cdaacc3680b5e783def /CREDITS | |
parent | 5b4b24b4c0b8b241d69e4b728ce905894e4c4a27 (diff) | |
download | ffmpeg-961f21ffbadbe9a55f5c4c11946832ec19625ffd.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 'CREDITS')
0 files changed, 0 insertions, 0 deletions