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-02 10:15:09 +0200 |
commit | af64590c6bc2c849006f4b346d89ce23916237aa (patch) | |
tree | 9f635060109705293758de32130d447d4a033cc1 /doc/texidep.pl | |
parent | 0085ac2779672f82897d64aa218f2aaaf0954ad6 (diff) | |
download | ffmpeg-af64590c6bc2c849006f4b346d89ce23916237aa.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 'doc/texidep.pl')
0 files changed, 0 insertions, 0 deletions