[FFmpeg-devel] [PATCH 2/2] OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c by using strncpy instead of strcpy

highgod0401 highgod0401 at gmail.com
Mon Apr 27 10:02:56 CEST 2015


From: Gupta, Maneesh
Date: 2015-04-27 15:51
To: FFMPEG Developer Mailing List (ffmpeg-devel at ffmpeg.org)
Subject: [FFmpeg-devel] [PATCH 2/2] OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c by using strncpy instead of strcpy
Hi,

There was a potential buffer overflow during a strcpy operation in cmdutils_opencl.c. This patch attempts to fix the same.

Regards,
Maneesh

Hi

I have reviewed and commented this patch before it submitted to ffmpeg-devel list, so it looks good to me.

Thanks
Best regards


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


More information about the ffmpeg-devel mailing list