diff options
author | Maneesh Gupta <maneesh.gupta@amd.com> | 2015-04-28 13:08:31 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-01 23:25:21 +0200 |
commit | 5260ba3e16a23a2b8a0ff161cfb9a57cdf91992f (patch) | |
tree | 1a1374fa5e178374c4d85009b017529e6f71c882 /libavutil/opt.c | |
parent | 427cf443ab1f905056399cbe19aa46107e275f98 (diff) | |
download | ffmpeg-5260ba3e16a23a2b8a0ff161cfb9a57cdf91992f.tar.gz |
OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c
The opt_opencl_bench function copied the device name using strcpy without checking if the source string was larger.
This patch fixes this by replacing the strcpy with av_strlcpy, with the string copy size capped to the destination buffer size.
Signed-off-by: Maneesh Gupta <maneesh.gupta@amd.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit cf234552b83a9503ff96572de2658b921b8842eb)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/opt.c')
0 files changed, 0 insertions, 0 deletions