Re: [FFmpeg-devel] [PATCH 2/2] avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weighted_vector_sum()

2019-10-19 Thread Michael Niedermayer
On Thu, Oct 17, 2019 at 12:27:39PM +0200, Paul B Mahol wrote: > probably ok will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Elect your leaders based on what they did after the last election, not based on what they say before an election. signa

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weighted_vector_sum()

2019-10-17 Thread Paul B Mahol
probably ok On 10/17/19, Michael Niedermayer wrote: > Fixes: Ticket8176 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/g729dec.c | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c > index 25951716ef..6705

[FFmpeg-devel] [PATCH 2/2] avcodec/g729dec: Avoid computing invalid temporary pointers for ff_acelp_weighted_vector_sum()

2019-10-17 Thread Michael Niedermayer
Fixes: Ticket8176 Signed-off-by: Michael Niedermayer --- libavcodec/g729dec.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c index 25951716ef..67054b71df 100644 --- a/libavcodec/g729dec.c +++ b/libavcodec/g729dec.c @@