Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: properly allocate raw_buffer

2017-07-02 Thread Thilo Borgmann
Am 02.07.17 um 16:13 schrieb Paul B Mahol: > On 7/2/17, Thilo Borgmann wrote: >> Am 01.07.17 um 03:38 schrieb Paul B Mahol: >>> This also reverts 18f94df8. >>> >>> Fixes #5297. >>> >>> Signed-off-by: Paul B Mahol >>> --- >>> libavcodec/alsdec.c | 7

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: properly allocate raw_buffer

2017-07-02 Thread Paul B Mahol
On 7/2/17, Thilo Borgmann wrote: > Am 01.07.17 um 03:38 schrieb Paul B Mahol: >> This also reverts 18f94df8. >> >> Fixes #5297. >> >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/alsdec.c | 7 +-- >> 1 file changed, 1 insertion(+), 6

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: properly allocate raw_buffer

2017-07-02 Thread Thilo Borgmann
Am 01.07.17 um 03:38 schrieb Paul B Mahol: > This also reverts 18f94df8. > > Fixes #5297. > > Signed-off-by: Paul B Mahol > --- > libavcodec/alsdec.c | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) > [...] > @@ -2062,7 +2057,7 @@ static av_cold int

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: properly allocate raw_buffer

2017-07-01 Thread Thilo Borgmann
Am 01.07.17 um 14:23 schrieb Michael Niedermayer: > On Sat, Jul 01, 2017 at 03:38:21AM +0200, Paul B Mahol wrote: >> This also reverts 18f94df8. >> >> Fixes #5297. >> >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/alsdec.c | 7 +-- >> 1 file changed, 1 insertion(+), 6

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: properly allocate raw_buffer

2017-07-01 Thread Michael Niedermayer
On Sat, Jul 01, 2017 at 03:38:21AM +0200, Paul B Mahol wrote: > This also reverts 18f94df8. > > Fixes #5297. > > Signed-off-by: Paul B Mahol > --- > libavcodec/alsdec.c | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) This avoids the crash with the sample, i

[FFmpeg-devel] [PATCH] avcodec/alsdec: properly allocate raw_buffer

2017-06-30 Thread Paul B Mahol
This also reverts 18f94df8. Fixes #5297. Signed-off-by: Paul B Mahol --- libavcodec/alsdec.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index d95e30d..4a8f13d 100644 --- a/libavcodec/alsdec.c +++