Re: [FFmpeg-devel] [PATCH 2/4] proresenc_kostya: report buffer overflow

2014-08-11 Thread Michael Niedermayer
On Mon, Aug 11, 2014 at 10:06:08PM +, Christophe Gisquet wrote: > If the allocated size, despite best efforts, is too small, exit > with the appropriate error. > --- > libavcodec/proresenc_kostya.c | 13 ++--- > 1 file changed, 10 insertions(+), 3 deletions(-) This is kind of an inter

[FFmpeg-devel] [PATCH 2/4] proresenc_kostya: report buffer overflow

2014-08-11 Thread Christophe Gisquet
If the allocated size, despite best efforts, is too small, exit with the appropriate error. --- libavcodec/proresenc_kostya.c | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/libavcodec/proresenc_kostya.c b/libavcodec/proresenc_kostya.c index 24cb333..a70ae3c 1006