diff options
author | James Almer <jamrial@gmail.com> | 2021-06-09 17:01:02 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-11-25 12:06:15 -0300 |
commit | b46817d9c3fe620ba02f2b3144444c431c6ba552 (patch) | |
tree | df88c35241e67a55c71c62920374783c5686e4cb /libavfilter/vf_deshake.c | |
parent | 522f577d7eca66c65aece841610cb008a10c1a2e (diff) | |
download | ffmpeg-b46817d9c3fe620ba02f2b3144444c431c6ba552.tar.gz |
avformat/http: prevent truncation of sanitized_path
path1 and sanitized_path are both MAX_URL_SIZE bytes long, yet the latter is
copied from the former with the addition of one extra character.
Should fix a -Wformat-truncation warning.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter/vf_deshake.c')
0 files changed, 0 insertions, 0 deletions