Re: [FFmpeg-devel] [PATCH] aacenc: update max_sfb when num_swb changes

2015-12-08 Thread Andreas Cadhalpun
On 08.12.2015 22:00, Rostislav Pehlivanov wrote: > LGTM > > Thanks, sorry I took so long to see the email > Push when you can Pushed. Maybe you can also have a look at the other problem I mentioned [1]. Best regards, Andreas 1: https://ffmpeg.org/pipermail/ffmpeg-devel/2015-December/184683.htm

Re: [FFmpeg-devel] [PATCH] aacenc: update max_sfb when num_swb changes

2015-12-08 Thread Rostislav Pehlivanov
LGTM Thanks, sorry I took so long to see the email Push when you can On 6 December 2015 at 21:33, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > This fixes out-of-bounds reads in avoid_clipping. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/aacenc.c | 1 + > 1 file ch

[FFmpeg-devel] [PATCH] aacenc: update max_sfb when num_swb changes

2015-12-06 Thread Andreas Cadhalpun
This fixes out-of-bounds reads in avoid_clipping. Signed-off-by: Andreas Cadhalpun --- libavcodec/aacenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index 2156fc0..d48fb32 100644 --- a/libavcodec/aacenc.c +++ b/libavcodec/aacenc.c @@ -574,6 +57