| commit | 9c0018762efca25ea130b077bf34d590772e3b9c | [log] [tgz] |
|---|---|---|
| author | Kangjie Lu <kangjielu@gmail.com> | Tue May 03 16:44:07 2016 -0400 |
| committer | Nick Reuter <nreuter85@gmail.com> | Fri Aug 05 02:08:55 2016 -0500 |
| tree | d57da7e060806838f67a64ff50b86be58ce4ed52 | |
| parent | 9939b5a28488315eec0b7b4168238597472a35da [diff] |
ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS The stack object “tread” has a total size of 32 bytes. Its field “event” and “val” both contain 4 bytes padding. These 8 bytes padding bytes are sent to user without being initialized. Change-Id: Ibf2868136a538eed0f2e75395a5f14a8608dd86d Signed-off-by: Kangjie Lu <kjlu@gatech.edu> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: SteadyQuad <SteadyQuad@gmail.com>