On Fri, Jan 04, 2019 at 05:19:21PM +0800, Steven Liu wrote: > Michael Niedermayer <mich...@niedermayer.cc> 于2019年1月4日周五 上午9:48写道: > > > > Found-by: jamrial > > Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > > --- > > libavcodec/tests/rangecoder.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavcodec/tests/rangecoder.c b/libavcodec/tests/rangecoder.c > > index b6edc1493f..d6cf9ec380 100644 > > --- a/libavcodec/tests/rangecoder.c > > +++ b/libavcodec/tests/rangecoder.c > > @@ -29,7 +29,7 @@ > > int main(void) > > { > > RangeCoder c; > > - uint8_t b[9 * SIZE]; > > + uint8_t b[9 * SIZE] = {0}; > Hi Michael, > > uint8_t r[9 * SIZE]; > > Why don't initial variable too?
which variable do you mean ? i think i dont understand your comment r is initialized completely a few lines later [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In a rich man's house there is no place to spit but his face. -- Diogenes of Sinope
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel