From: Alex Beregszaszi Date: Thu, 23 Nov 2006 22:57:20 +0000 (+0000) Subject: 10l memory corruption bug found by Steven Johnson X-Git-Tag: v0.5~10915 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe99025b167634ceca4bc8118e2b9eeda5769d21;p=platform%2Fupstream%2Flibav.git 10l memory corruption bug found by Steven Johnson Originally committed as revision 7163 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index 0e6f5bd..fcdaf83 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -536,7 +536,7 @@ static int flic_decode_frame_15_16BPP(AVCodecContext *avctx, case FLI_BLACK: /* set the whole frame to 0x0000 which is balck in both 15Bpp and 16Bpp modes. */ memset(pixels, 0x0000, - s->frame.linesize[0] * s->avctx->height * 2); + s->frame.linesize[0] * s->avctx->height); break; case FLI_BRUN: