Re: ALSA: compress: Memset timestamp structure to zero.

2016-08-23 Thread Vinod Koul
On Tue, Aug 23, 2016 at 03:45:38PM +0200, Takashi Iwai wrote: > On Tue, 23 Aug 2016 15:40:37 +0200, > Luis Henriques wrote: > > > > From: Krishnankutty Kolathappilly > > > > snd_compr_tstamp is initialized using aggregate initialization > > that does not zero out the padded bytes. Initialize tim

Re: ALSA: compress: Memset timestamp structure to zero.

2016-08-23 Thread Takashi Iwai
On Tue, 23 Aug 2016 15:40:37 +0200, Luis Henriques wrote: > > From: Krishnankutty Kolathappilly > > snd_compr_tstamp is initialized using aggregate initialization > that does not zero out the padded bytes. Initialize timestamp > structure to zero using memset to avoid this. > > CRs-Fixed: 56871