Re: [FFmpeg-devel] [PATCH 3/3] avformat/fifo: check for flushed packets and timeshift

2021-05-18 Thread Michael Niedermayer
On Sun, May 16, 2021 at 10:37:26PM +0200, Marton Balint wrote: > > > On Sun, 16 May 2021, Michael Niedermayer wrote: > > > Fixes: CID1464151 Dereference after null check > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/fifo.c | 2 +- > > 1 file changed, 1 insertion(+), 1 delet

Re: [FFmpeg-devel] [PATCH 3/3] avformat/fifo: check for flushed packets and timeshift

2021-05-16 Thread Marton Balint
On Sun, 16 May 2021, Michael Niedermayer wrote: Fixes: CID1464151 Dereference after null check Signed-off-by: Michael Niedermayer --- libavformat/fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/fifo.c b/libavformat/fifo.c index 620fffa032..50656f78b7 10

[FFmpeg-devel] [PATCH 3/3] avformat/fifo: check for flushed packets and timeshift

2021-05-16 Thread Michael Niedermayer
Fixes: CID1464151 Dereference after null check Signed-off-by: Michael Niedermayer --- libavformat/fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/fifo.c b/libavformat/fifo.c index 620fffa032..50656f78b7 100644 --- a/libavformat/fifo.c +++ b/libavformat/fifo