Re: [libav-devel] [PATCH] mov: check atom nesting depth and limit it to 10

2016-03-02 Thread Luca Barbato
On 03/03/16 01:23, Vittorio Giovara wrote: > On Tue, Feb 9, 2016 at 5:45 PM, Luca Barbato wrote: >> On 09/02/16 23:23, Vittorio Giovara wrote: >>> From: Michael Niedermayer >>> >>> Fixes call stack overflow >>> Fixes: case1_call_stack_overflow.mp4 >>>

Re: [libav-devel] [PATCH] mov: check atom nesting depth and limit it to 10

2016-03-02 Thread Vittorio Giovara
On Tue, Feb 9, 2016 at 5:45 PM, Luca Barbato wrote: > On 09/02/16 23:23, Vittorio Giovara wrote: >> From: Michael Niedermayer >> >> Fixes call stack overflow >> Fixes: case1_call_stack_overflow.mp4 >> Found-by: Michal Zalewski >>

Re: [libav-devel] [PATCH] mov: check atom nesting depth and limit it to 10

2016-02-09 Thread Luca Barbato
On 09/02/16 23:23, Vittorio Giovara wrote: > From: Michael Niedermayer > > Fixes call stack overflow > Fixes: case1_call_stack_overflow.mp4 > Found-by: Michal Zalewski > Signed-off-by: Michael Niedermayer > --- > libavformat/isom.h | 1

[libav-devel] [PATCH] mov: check atom nesting depth and limit it to 10

2016-02-09 Thread Vittorio Giovara
From: Michael Niedermayer Fixes call stack overflow Fixes: case1_call_stack_overflow.mp4 Found-by: Michal Zalewski Signed-off-by: Michael Niedermayer --- libavformat/isom.h | 1 + libavformat/mov.c | 13 - 2 files changed,