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 17:30:33 +0200 |
commit | c49dfee90bc1c149410f7017e9cbbbeb4063ccdf (patch) | |
tree | 749e323728ebf2c2d629e365de6ddda6c7c376b3 /libavcodec/indeo4.c | |
parent | 3f3cfddb37b0a868a450b9ff9733cb16af943031 (diff) | |
download | ffmpeg-c49dfee90bc1c149410f7017e9cbbbeb4063ccdf.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)
Diffstat (limited to 'libavcodec/indeo4.c')
0 files changed, 0 insertions, 0 deletions