commit | a8c006aafead3c45ae5d5601e3717055bccf41bc | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Mar 31 18:22:23 2017 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Mar 31 17:27:05 2017 +0200 |
tree | c7a685313111ffdc4c3e8e365b4eb849e341447f | |
parent | e8ed68205f39a7a934901eab80a5cbf3a062b7b4 [diff] |
ALSA: timer: Info leak in snd_timer_user_tinterrupt() The "r1" struct has memory holes. We clear it with memset on one path where it is used but not the other. Let's just memset it at the start of the function so it's always safe. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>