diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-10 01:55:15 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-11 00:40:26 +0100 |
commit | 73abde61bb07a302bd1c47620f97b9d08148f158 (patch) | |
tree | 52761e2ee34ac78ddf830eac1cb5b5f1d23e2347 /libavutil/x86/fixed_dsp_init.c | |
parent | 03beac5b97e8fd77c5fef6123183dc00f5d3c7fd (diff) | |
download | ffmpeg-73abde61bb07a302bd1c47620f97b9d08148f158.tar.gz |
lavf/matroskadec: Do not use strncat() to limit copying a one-char constant.
Instead add the character to the snprintf above as suggested by Mark.
Silences a warning:
libavformat/matroskadec.c: In function 'webm_dash_manifest_cues':
libavformat/matroskadec.c:3947:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=]
strncat(buf, ",", 1);
^~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'libavutil/x86/fixed_dsp_init.c')
0 files changed, 0 insertions, 0 deletions