Re: [FFmpeg-devel] [PATCH] lavf/webmdashenc: fix unchecked strftime

2015-05-14 Thread Michael Niedermayer
On Thu, May 14, 2015 at 10:32:24AM -0700, Vignesh Venkatasubramanian wrote: > Fix unchecked strftime return value. This patch fixes Coverity > CID 1295086. > > Signed-off-by: Vignesh Venkatasubramanian > --- > libavformat/webmdashenc.c | 22 ++ > 1 file changed, 14 insertions

[FFmpeg-devel] [PATCH] lavf/webmdashenc: fix unchecked strftime

2015-05-14 Thread Vignesh Venkatasubramanian
Fix unchecked strftime return value. This patch fixes Coverity CID 1295086. Signed-off-by: Vignesh Venkatasubramanian --- libavformat/webmdashenc.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/libavformat/webmdashenc.c b/libavformat/webmdashenc.c in