Re: [FFmpeg-devel] [PATCH] lavfi/dnn/dnn_io_proc.c: fix CID 1484955

2021-06-03 Thread Guo, Yejun
> -Original Message- > From: Guo, Yejun > Sent: 2021年5月29日 21:24 > To: ffmpeg-devel@ffmpeg.org > Cc: Guo, Yejun > Subject: [PATCH] lavfi/dnn/dnn_io_proc.c: fix CID 1484955 > > CID 1484955: Memory - corruptions (ARRAY_VS_SINGLETON) > --- > libavfilter/dnn/dnn_io_proc.c | 2 +- > 1 fi

[FFmpeg-devel] [PATCH] lavfi/dnn/dnn_io_proc.c: fix CID 1484955

2021-05-29 Thread Guo Yejun
CID 1484955: Memory - corruptions (ARRAY_VS_SINGLETON) --- libavfilter/dnn/dnn_io_proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/dnn/dnn_io_proc.c b/libavfilter/dnn/dnn_io_proc.c index 021d004e1d..f55424d97c 100644 --- a/libavfilter/dnn/dnn_io_proc.c +++ b