Re: [libav-devel] [PATCH 1/3] mpc7: check output buffer size before decoding

2011-09-30 Thread Kostya Shishkov
On Fri, Sep 30, 2011 at 06:48:40PM -0400, Justin Ruggles wrote: > --- > libavcodec/mpc7.c | 10 -- > 1 files changed, 8 insertions(+), 2 deletions(-) looks OK ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/l

[libav-devel] [PATCH 1/3] mpc7: check output buffer size before decoding

2011-09-30 Thread Justin Ruggles
--- libavcodec/mpc7.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libavcodec/mpc7.c b/libavcodec/mpc7.c index a98cb0e..02c83fc 100644 --- a/libavcodec/mpc7.c +++ b/libavcodec/mpc7.c @@ -197,7 +197,7 @@ static int mpc7_decode_frame(AVCodecContext * avctx,