diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-04-20 00:03:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-05-11 19:04:05 +0200 |
commit | 9fad760f56483f0b5503457c780d9f80a84784c6 (patch) | |
tree | 2b80c00a829eafa4254ba8f09ceb285158c3258d /libavformat/utils.c | |
parent | e38fc0af12c7b8b65b05039e6209810bac9b8325 (diff) | |
download | ffmpeg-9fad760f56483f0b5503457c780d9f80a84784c6.tar.gz |
lavf/webm_chunk: Respect buffer size
The last argument of av_strlcpy is supposed to contain the size of the
destination buffer, but it was filled with the size of the source
string, effectively negating its very purpose.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 73ef1f47f59333328264a968c8fbbcfb0bf0643f)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/utils.c')
0 files changed, 0 insertions, 0 deletions