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 16:16:47 +0200 |
commit | 259407ac89d0ad916b07cba4b5f09a716d953701 (patch) | |
tree | 45c871bebe2acd71e134f3c0e4e69d17e13ce914 /libavutil/tests/float_dsp.c | |
parent | 9c4eb3419e2b38b4436e2bb7335b7df977771df6 (diff) | |
download | ffmpeg-259407ac89d0ad916b07cba4b5f09a716d953701.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 'libavutil/tests/float_dsp.c')
0 files changed, 0 insertions, 0 deletions