Re: [FFmpeg-devel] [PATCH 3/7] avformat/sdp: Fix potential write beyond end of buffer

2020-07-10 Thread Michael Niedermayer
On Thu, Jul 09, 2020 at 12:35:38PM +0200, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavformat/sdp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/sdp.c b/libavformat/sdp.c > index 34e9839b67..2ce1a62262 100644 > --- a/libavform

[FFmpeg-devel] [PATCH 3/7] avformat/sdp: Fix potential write beyond end of buffer

2020-07-09 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavformat/sdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/sdp.c b/libavformat/sdp.c index 34e9839b67..2ce1a62262 100644 --- a/libavformat/sdp.c +++ b/libavformat/sdp.c @@ -212,7 +212,7 @@ static char *extradata2psets(AV