Re: [FFmpeg-devel] [PATCH 2/2] avformat/rtsp: break on unknown protocols

2022-07-12 Thread Michael Niedermayer
On Fri, May 20, 2022 at 01:43:12AM +0200, Michael Niedermayer wrote: > This function needs more cleanup and it lacks error handling > > Fixes: use of uninitialized memory > Fixes: CID700776 > > Signed-off-by: Michael Niedermayer > --- > libavformat/rtsp.c | 2 ++ > 1 file changed, 2 insertions(

[FFmpeg-devel] [PATCH 2/2] avformat/rtsp: break on unknown protocols

2022-05-19 Thread Michael Niedermayer
This function needs more cleanup and it lacks error handling Fixes: use of uninitialized memory Fixes: CID700776 Signed-off-by: Michael Niedermayer --- libavformat/rtsp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 88e9ef5226..f948f1d395 1