diff options
author | Andreas Rheinhardt <[email protected]> | 2020-06-14 03:35:41 +0200 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2020-07-03 00:02:14 +0200 |
commit | 961f21ffbadbe9a55f5c4c11946832ec19625ffd (patch) | |
tree | 999b27759643be81bb7f9cdaacc3680b5e783def /libavutil/error.c | |
parent | 5b4b24b4c0b8b241d69e4b728ce905894e4c4a27 (diff) |
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 <[email protected]>
(cherry picked from commit 6de6ce7bc80e874099895b6c73977bc2efb06a4d)
Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavutil/error.c')
0 files changed, 0 insertions, 0 deletions