Re: [FFmpeg-devel] [PATCH] avutil/timecode: fix sscanf format string with garbage at the end

2020-06-20 Thread lance . lmwang
On Sat, Jun 20, 2020 at 05:35:23PM +0200, Nicolas George wrote: > lance.lmw...@gmail.com (12020-06-20): > > From: Limin Wang > > > > Signed-off-by: Limin Wang > > --- > > libavutil/timecode.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > I doubt this was actually tested. I'm te

Re: [FFmpeg-devel] [PATCH] avutil/timecode: fix sscanf format string with garbage at the end

2020-06-20 Thread Nicolas George
lance.lmw...@gmail.com (12020-06-20): > From: Limin Wang > > Signed-off-by: Limin Wang > --- > libavutil/timecode.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I doubt this was actually tested. Regards, -- Nicolas George signature.asc Description: PGP signature _

[FFmpeg-devel] [PATCH] avutil/timecode: fix sscanf format string with garbage at the end

2020-06-20 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- libavutil/timecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/timecode.c b/libavutil/timecode.c index 60077ba..1facc41 100644 --- a/libavutil/timecode.c +++ b/libavutil/timecode.c @@ -196,7 +196,7 @@ int av_time