Re: [FFmpeg-devel] [PATCH] avcodec/cfhd: clear idwt_buf on allocation

2016-06-05 Thread Michael Niedermayer
On Sun, Feb 14, 2016 at 08:31:54PM +0100, Michael Niedermayer wrote: > This avoids use of uninitialized variables and might make bugs in general > easier to reproduce > > Signed-off-by: Michael Niedermayer > --- applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC7870

[FFmpeg-devel] [PATCH] avcodec/cfhd: clear idwt_buf on allocation

2016-02-14 Thread Michael Niedermayer
This avoids use of uninitialized variables and might make bugs in general easier to reproduce Signed-off-by: Michael Niedermayer --- libavcodec/cfhd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 5c15d9b..d8e183b 100644 --- a/