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 01:01:31 +0200 |
commit | e041c0111f2abdeabb6af87127e52ce6199b1813 (patch) | |
tree | da8b57ea63897260bb2f8bd524a3d320dd31ff20 /libavutil/lls.h | |
parent | 1f09053c79aa65eb6729730ff5309b26f87e79a7 (diff) | |
download | ffmpeg-e041c0111f2abdeabb6af87127e52ce6199b1813.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/lls.h')
0 files changed, 0 insertions, 0 deletions