Re: [FFmpeg-devel] [PATCH 7/9] epafdec: prevent overflow during block alignment calculation

2017-01-29 Thread Andreas Cadhalpun
On 29.01.2017 09:51, Paul B Mahol wrote: > On 1/29/17, Michael Niedermayer wrote: >> On Thu, Jan 26, 2017 at 02:13:33AM +0100, Andreas Cadhalpun wrote: >>> Signed-off-by: Andreas Cadhalpun >>> --- >>> libavformat/epafdec.c | 3 ++- >>> 1 file

Re: [FFmpeg-devel] [PATCH 7/9] epafdec: prevent overflow during block alignment calculation

2017-01-29 Thread Paul B Mahol
On 1/29/17, Michael Niedermayer wrote: > On Thu, Jan 26, 2017 at 02:13:33AM +0100, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/epafdec.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) > > LGTM

Re: [FFmpeg-devel] [PATCH 7/9] epafdec: prevent overflow during block alignment calculation

2017-01-28 Thread Michael Niedermayer
On Thu, Jan 26, 2017 at 02:13:33AM +0100, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > libavformat/epafdec.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) LGTM assuming the author/maintainer does not object [...] -- Michael

[FFmpeg-devel] [PATCH 7/9] epafdec: prevent overflow during block alignment calculation

2017-01-25 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavformat/epafdec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/epafdec.c b/libavformat/epafdec.c index 29190fff72..0cd9627a4b 100644 --- a/libavformat/epafdec.c +++