Re: [FFmpeg-devel] [PATCH 5/5] asfdec_o: check for too small size in asf_read_unknown

2016-01-14 Thread Andreas Cadhalpun
On 06.01.2016 19:56, Andreas Cadhalpun wrote: > This fixes infinite loops due to seeking back. > --- > libavformat/asfdec_o.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/libavformat/asfdec_o.c b/libavformat/asfdec_o.c > index ca4a066..bc79f10 100644 > --- a/liba

[FFmpeg-devel] [PATCH 5/5] asfdec_o: check for too small size in asf_read_unknown

2016-01-06 Thread Andreas Cadhalpun
This fixes infinite loops due to seeking back. --- libavformat/asfdec_o.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/asfdec_o.c b/libavformat/asfdec_o.c index ca4a066..bc79f10 100644 --- a/libavformat/asfdec_o.c +++ b/libavformat/asfdec_o.c @@ -190,8 +190