Re: [FFmpeg-devel] [PATCH 1/2] libavformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)

2018-05-23 Thread Steven Liu
> On May 1, 2018, at 06:24, Colin NG wrote: > > - Add NULL pointer check for init_section > --- > libavformat/dashdec.c | 30 +++--- > 1 file changed, 23 insertions(+), 7 deletions(-) > > diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c >

[FFmpeg-devel] [PATCH 1/2] libavformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)

2018-04-30 Thread Colin NG
- Add NULL pointer check for init_section --- libavformat/dashdec.c | 30 +++--- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 42202e0..c6f350d 100644 --- a/libavformat/dashdec.c +++